]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSQAObjectCheckable.cxx
more debug output and bugfix for sub event number
[u/mrichter/AliRoot.git] / PHOS / AliPHOSQAObjectCheckable.cxx
index 15d8c976f622eda5019709b17ec5a6ebae98e2de..5fc9aca635ac1436fcff70e0a630b9e76d9cb480 100644 (file)
@@ -27,8 +27,6 @@
 
 // --- Standard library ---
 
-#include <iostream.h>
-
 // --- AliRoot header files ---
 
 #include "AliPHOSQAObjectCheckable.h"
@@ -52,10 +50,10 @@ ClassImp(AliPHOSQAObjectCheckable)
 //____________________________________________________________________________ 
 void AliPHOSQAObjectCheckable::Print() const
 {
-  cout << " Checkable-> " << GetName() << " : value = "  << endl ; 
+  Info("Print", "Checkable-> %s : value = ", GetName()) ; 
   if( fObject ) 
     fObject->Print() ;
   else
-    cerr << "ERROR : no object specified yet " << endl ; 
+    Info("Print", "no object specified yet" ) ; 
 }