]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
extending log message
authorrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 10 Nov 2011 15:04:49 +0000 (15:04 +0000)
committerrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 10 Nov 2011 15:04:49 +0000 (15:04 +0000)
HLT/rec/AliHLTMiscImplementation.cxx

index cbfae6b6a43675de443a8420f738696c6d7dbd46..b102f1e70083f525a67a9b61c59cf7c264f6c51a 100644 (file)
@@ -148,11 +148,9 @@ AliCDBEntry* AliHLTMiscImplementation::LoadOCDBEntry(const char* path, int runNo
     return NULL;
   }
 
-  TString strUri=store->GetURI();
-
   int latest = store->GetLatestVersion(path, runNo);
   if (latest<0) {
-    log.Logging(kHLTLogError, "AliHLTMiscImplementation::LoadOCDBEntry", "CDB handling", "Could not find an entry in the CDB for \"%s\".", path);
+    log.Logging(kHLTLogError, "AliHLTMiscImplementation::LoadOCDBEntry", "CDB handling", "Could not find an entry for \"%s\" in storage \"%s\", run %d.", path, uri, runNo>=0?runNo:man->GetRun());
     return NULL;
   }