]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG2/RESONANCES/AliRsnCutPID.cxx
fixed warnings
[u/mrichter/AliRoot.git] / PWG2 / RESONANCES / AliRsnCutPID.cxx
index a8fba814093118bc58a29b5cfa95525abceec2ac..22582bc76196f81c3a346a173cd5d24e4fc89100 100644 (file)
@@ -261,7 +261,7 @@ Bool_t AliRsnCutPID::IsSelected(TObject *obj1, TObject* /*obj2*/)
   // coherence check
   if (!AliRsnCut::TargetOK(obj1))
   {
-    AliError(Form("Wrong target. Skipping cut", GetName()));
+    AliError("Wrong target. Skipping cut");
     return kTRUE;
   }