Skip to content
Snippets Groups Projects
Commit f7698c2e authored by Marija Vranjes Milosavljevic's avatar Marija Vranjes Milosavljevic
Browse files

Merge branch 'fixNSWMon' into '24.0'

Reduce INFO to DEBUG in RorSeqFilter (ATR-28971)

See merge request atlas/athena!70027
parents 026e97dd 5577938d
No related branches found
No related tags found
No related merge requests found
......@@ -50,9 +50,9 @@ StatusCode RoRSeqFilter::initialize()
for ( size_t i = 0; i < m_ioMapping.size(); ++i ) {
for ( unsigned inIndex: m_ioMapping[i] ) {
ATH_MSG_INFO("Input collection: " << m_inputKeys[inIndex] );
ATH_MSG_DEBUG("Input collection: " << m_inputKeys[inIndex] );
}
ATH_MSG_INFO(" Routed to output collection " << m_outputKeys[i] );
ATH_MSG_DEBUG(" Routed to output collection " << m_outputKeys[i] );
}
// crosscheck mapping (also the default one)
......
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