]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Coverity
authorcvetan <cvetan@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 12 Nov 2011 20:56:02 +0000 (20:56 +0000)
committercvetan <cvetan@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 12 Nov 2011 20:56:02 +0000 (20:56 +0000)
STEER/STEER/AliReconstruction.cxx

index a9b770e3dfd7b917ba1a42e236e392a544409779..dc25a534b0b22c825ced9b4d32b187e589263342 100644 (file)
@@ -3116,7 +3116,7 @@ Bool_t AliReconstruction::FillTriggerESD(AliESDEvent*& esd)
       esdheader->SetL1TriggerInputs(input.GetL1Inputs());
       esdheader->SetL2TriggerInputs(input.GetL2Inputs());
       // IR
-      UInt_t orbit=input.GetOrbitID();
+      //      UInt_t orbit=input.GetOrbitID();
       for(Int_t i=0 ; i<input.GetNIRs() ; i++ ) {
        esdheader->AddTriggerIR(input.GetIR(i));
       }
@@ -4078,7 +4078,7 @@ void AliReconstruction::Abort(const char *method, EAbort what)
   else if (fAbort == kAbortFile)
     mess = "AbortFile";
 
-  Info(mess, whyMess.Data());
+  Info(mess.Data(), "%s", whyMess.Data());
 }
 
 //______________________________________________________________________________