]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - macros/TestNewIO.C
Corrected typo AliMpDEmanager -> AliMpDEManager
[u/mrichter/AliRoot.git] / macros / TestNewIO.C
index fb2d41809e5c906ea470eb0185254bf34cb15caa..5d7568a96d8a1ee40687c9c692a5a901dea03449 100644 (file)
@@ -2,8 +2,10 @@ Int_t TestNewIO(Int_t n = 5,Char_t SlowOrFast='s')
 {
    Int_t rc=0;
    
-   AliLoader::SetDebug(kTRUE);//set it to kTRUE for debug print-out
-   gAlice->SetDebug(100);
+   // Debug and log level
+   AliLog::SetGlobalDebugLevel(10);
+   AliLog::SetGlobalLogLevel(10);
+
    /**********************************************/
    /************ G E N E R A T I O N *************/
    /**********************************************/