Skip to content
Snippets Groups Projects
Commit 51892c8d authored by Tim Martin's avatar Tim Martin
Browse files

Fix typo in dbg message

Note to self - don't attempt 'trivial' changes in a rush.
parent f7252b15
No related branches found
No related tags found
No related merge requests found
......@@ -563,7 +563,7 @@ bool TrigCostRun::ReadHLTResult::ReadConfigDB(ServiceHandle<StoreGateSvc> &store
// Look at all events in this container event which come from a different LB
for (const TrigMonEvent* trigMonEvent : trigMonEvents) {
if(outputLevel <= MSG::DEBUG) log() << MSG::DEBUG << " Get config for event " << trigMonEvent->getEvent() << " lumi " << trigMonEvents->getLumi() << endmsg;
if(outputLevel <= MSG::DEBUG) log() << MSG::DEBUG << " Get config for event " << trigMonEvent->getEvent() << " lumi " << trigMonEvent->getLumi() << endmsg;
TrigMonConfig* trigMonConfig = new TrigMonConfig();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment