]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Be less verbose
authorlaphecet <laphecet@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 11 May 2009 12:44:47 +0000 (12:44 +0000)
committerlaphecet <laphecet@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 11 May 2009 12:44:47 +0000 (12:44 +0000)
MUON/AliMUONSDigitizerV2.cxx

index ba709aa139c00d83001659328a758a1e7f3d6c96..fa6c123f52f59eec59009739c2578393cedb92a7 100644 (file)
@@ -120,7 +120,7 @@ AliMUONSDigitizerV2::Exec(Option_t*)
     AliFatal(Form("Could not create digitstore of class %s",classname.Data()));
   }
   
-  AliInfo(Form("Will use digitStore of type %s",sDigitStore->ClassName()));
+  AliDebug(1,Form("Will use digitStore of type %s",sDigitStore->ClassName()));
           
   for ( Int_t iEvent = 0; iEvent < nofEvents; ++iEvent ) 
   {