]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/ShowSPDRecPoints.C
coverity fix
[u/mrichter/AliRoot.git] / ITS / ShowSPDRecPoints.C
index 0b721a2433cc39d28847b0519f1c9e77611f7a22..db05a58845f88f4f99e148aef16b7926858a1096 100644 (file)
@@ -213,7 +213,7 @@ void ShowSPDRecPoints(Int_t RunStart, Int_t RunStop){
     AliCDBManager* man = AliCDBManager::Instance();
     if (!man->IsDefaultStorageSet()) {
       printf("Setting a local default storage and run number 0\n");
-      man->SetDefaultStorage("local://$ALICE_ROOT");
+      man->SetDefaultStorage("local://$ALICE_ROOT/OCDB");
       man->SetRun(0);
     }
     else {