]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - macros/Config.C
Extacting the OCDB in a separate module. The detectors have write permission in the...
[u/mrichter/AliRoot.git] / macros / Config.C
index 57ebd413c85ce3741a3eb447da27729f86e2f173..cd133ce572fcb3549e1b28178c53edef909ec3e2 100644 (file)
@@ -89,11 +89,11 @@ void Config()
         cout << "#####################################################" << endl;
         cout << "#                                                   #" << endl;
         cout << "#     WARNING: CDB DEFAULT STORAGE NOT SET !!!      #" << endl;
-        cout << "#     SETTING IT TO local://$ALICE_ROOT !!!         #" << endl;
+        cout << "#     SETTING IT TO local://$ALICE_ROOT/OCDB !!!         #" << endl;
         cout << "#                                                   #" << endl;
         cout << "#####################################################" << endl;
           
-         AliCDBManager::Instance()->SetDefaultStorage("local://$ALICE_ROOT");
+         AliCDBManager::Instance()->SetDefaultStorage("local://$ALICE_ROOT/OCDB");
     }
     
     if(AliCDBManager::Instance()->GetRun() < 0){