]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Printout CDB URI if opening fails.
authormtadel <mtadel@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 15 Oct 2009 20:18:16 +0000 (20:18 +0000)
committermtadel <mtadel@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 15 Oct 2009 20:18:16 +0000 (20:18 +0000)
EVE/EveBase/AliEveEventManager.cxx

index 814f083f4b05def24cd2da503f07d05240d0c9f3..455520cb8ea434968dbf4462e287e2f21fb3b732 100644 (file)
@@ -548,7 +548,7 @@ void AliEveEventManager::Open()
       } else
        cdb->SetDefaultStorage(fgCdbUri);
       if (cdb->IsDefaultStorageSet() == kFALSE)
-       throw kEH + "CDB initialization failed.";
+       throw kEH + "CDB initialization failed for '" + fgCdbUri + "'.";
     }
     
     if (fgCdbUri.BeginsWith("local://"))