-// @(#) $Id: AliHLTDynamicAliLog.cxx 23318 2008-01-14 12:43:28Z hristov $
+// $Id$
/**************************************************************************
* This file is property of and copyright by the ALICE HLT Project *
if (!pCDB) {
log.Logging(kHLTLogError, "InitCDB", "CDB handling", "Could not get CDB instance");
} else {
- pCDB->SetRun(0); // This will be retrieved during the SOR event
pCDB->SetDefaultStorage(cdbpath);
log.Logging(kHLTLogDebug, "InitCDB", "CDB handling", "CDB instance 0x%x", pCDB);
}