X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=ITS%2FITSSPDPHYSda.cxx;h=7654da9fb0a7b30b968fc991b83489ed613fdb81;hb=52a564eeeed3ad431eba15a08cfc0a5f4594e891;hp=5ebf3a4c7ed776c32a731a1cd3366a2c97b1e99d;hpb=7d25cc4b83b35e7acf8b0782a83e16e26a03c89f;p=u%2Fmrichter%2FAliRoot.git diff --git a/ITS/ITSSPDPHYSda.cxx b/ITS/ITSSPDPHYSda.cxx index 5ebf3a4c7ed..7654da9fb0a 100644 --- a/ITS/ITSSPDPHYSda.cxx +++ b/ITS/ITSSPDPHYSda.cxx @@ -41,6 +41,7 @@ extern "C" { #include #include #include +#include int main(int argc, char **argv) { @@ -97,9 +98,9 @@ int main(int argc, char **argv) { "TStreamerInfo()"); // turn off annoying warning messages - new AliLog; - AliLog::Instance()->SetGlobalDebugLevel(-20); - + // NB: Should not be handled here + AliLog* logger = AliLog::GetRootLogger(); + logger->SetGlobalDebugLevel(-20); // ********* STEP 0: Get configuration files from db (if there are any) , then read parameters********* UInt_t nrTuningParams = 0;