]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
A warning transformed to debug message (Y.Schutz)
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 26 Jul 2005 08:28:56 +0000 (08:28 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 26 Jul 2005 08:28:56 +0000 (08:28 +0000)
STEER/AliBaseLoader.cxx

index 4e4746d9889c3086635b25601c69bb0799feb16c..f97fc3bdce7eb22ea0298128c649bd40cfe5c650 100644 (file)
@@ -96,7 +96,7 @@ Int_t AliBaseLoader::Load(Option_t* opt)
   
   if (Get())
     {
-      AliWarning(Form("Data <<%s>> are already loaded. Use ReloadData to force reload. Nothing done",GetName()));
+      AliDebug(1,Form("Data <<%s>> are already loaded. Use ReloadData to force reload. Nothing done",GetName()));
       return 0;
     }