Skip to content
Snippets Groups Projects
Commit 61e18dea authored by Adam Edward Barton's avatar Adam Edward Barton :speech_balloon:
Browse files

Merge branch 'master-LArFlatConditionSvc-verbosity' into 'master'

Reduced verbosity of DEBUG output coming from LArFlatConditionSvc

See merge request atlas/athena!35940
parents bb41ef70 fb6949b2
No related branches found
No related tags found
No related merge requests found
...@@ -229,8 +229,6 @@ StatusCode LArFlatConditionSvc::updateAddress(StoreID::type, ...@@ -229,8 +229,6 @@ StatusCode LArFlatConditionSvc::updateAddress(StoreID::type,
const CLID clid=tad->clID(); const CLID clid=tad->clID();
const std::string& key=tad->name(); const std::string& key=tad->name();
ATH_MSG_DEBUG("updateAddress called for clid/key " << clid << "/" << key);
std::vector<objInfo_t>::const_iterator objIt=m_objInfo.begin(); std::vector<objInfo_t>::const_iterator objIt=m_objInfo.begin();
std::vector<objInfo_t>::const_iterator objIt_e=m_objInfo.end(); std::vector<objInfo_t>::const_iterator objIt_e=m_objInfo.end();
...@@ -239,8 +237,7 @@ StatusCode LArFlatConditionSvc::updateAddress(StoreID::type, ...@@ -239,8 +237,7 @@ StatusCode LArFlatConditionSvc::updateAddress(StoreID::type,
//ATH_MSG_DEBUG("Ignore this clid/key"); //ATH_MSG_DEBUG("Ignore this clid/key");
return(StatusCode::FAILURE); return(StatusCode::FAILURE);
} }
ATH_MSG_DEBUG("Feel responsible for clid/key " << clid << "/" << key); ATH_MSG_DEBUG("Creating address for clid/key " << clid << " " << key);
if (m_initializing) { if (m_initializing) {
ATH_MSG_DEBUG("updateAddress: Still in initialization phase. Do nothing"); ATH_MSG_DEBUG("updateAddress: Still in initialization phase. Do nothing");
......
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