diff --git a/Trigger/TrigHypothesis/TrigBphysHypo/src/TrigEFBEEXFex.cxx b/Trigger/TrigHypothesis/TrigBphysHypo/src/TrigEFBEEXFex.cxx index d49b3507a100d2353815c49e5f4c88c40edd6a91..5cbbab4a54a10f395e55057522362cc51b20ba3e 100644 --- a/Trigger/TrigHypothesis/TrigBphysHypo/src/TrigEFBEEXFex.cxx +++ b/Trigger/TrigHypothesis/TrigBphysHypo/src/TrigEFBEEXFex.cxx @@ -478,7 +478,7 @@ HLT::ErrorCode TrigEFBEEXFex::hltExecute(HLT::TEConstVec& inputTE, HLT::TriggerE // JK DEBUG input TEs for (unsigned int iTE=0; iTE<inputTE.size(); ++iTE) { - msg() << MSG::DEBUG << "Input TE " << iTE << " " << inputTE[iTE] << " ID " << inputTE[iTE]->getId() << endmsg; + ATH_MSG_DEBUG("Input TE " << iTE << " " << inputTE[iTE] << " ID " << inputTE[iTE]->getId()); } @@ -562,7 +562,7 @@ HLT::ErrorCode TrigEFBEEXFex::hltExecute(HLT::TEConstVec& inputTE, HLT::TriggerE if ( timerSvc() ) m_TotTimer->stop(); return HLT::OK; } - if(msgLvl() <= MSG::DEBUG) ATH_MSG_DEBUG("Found ElectronContainer, Got LepEF (1) Feature, size = " << lepContainerEF1.size()); + ATH_MSG_DEBUG("Found ElectronContainer, Got LepEF (1) Feature, size = " << lepContainerEF1.size()); // OI : here we probably should check that electron object has passed identification at the previous step