Skip to content
Snippets Groups Projects
Commit af493ff3 authored by Ambrosius Thomas Vermeulen's avatar Ambrosius Thomas Vermeulen Committed by Graeme Stewart
Browse files

Bug fix printing INFO inside execute (InDetDiMuonMonitoring-00-03-11)

Former-commit-id: 1046cb97
parent 5112686d
No related branches found
No related tags found
No related merge requests found
......@@ -301,7 +301,7 @@ StatusCode DiMuMon::fillHistograms()
if(sc.isFailure()){
ATH_MSG_WARNING("Could not retrieve muon container");
return sc;
} else ATH_MSG_INFO("Muon container successfully retrieved.");
} else ATH_MSG_DEBUG("Muon container successfully retrieved.");
//make a new container
xAOD::MuonContainer* goodMuons = new xAOD::MuonContainer( SG::VIEW_ELEMENTS );
......
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