Skip to content
Snippets Groups Projects
Commit 9720734e authored by Hass AbouZeid's avatar Hass AbouZeid
Browse files

Merge branch '21.0-ATLASRECTS-3933' into '21.0'

Reduce message level of MCBunchCrossingTool to INFO (ATLASRECTS-3933)

See merge request !2415
parents f0c4e3b2 ca90b036
No related branches found
No related tags found
No related merge requests found
......@@ -349,9 +349,9 @@ namespace Trig {
// Check if we found the metadata:
if( ! bunches.size() ) {
ATH_MSG_WARNING( "Bunch structure information not found in: "
ATH_MSG_INFO( "Bunch structure information not found in: "
<< MC_DIGI_PARAM );
ATH_MSG_WARNING( "Tool will report all BCIDs as single filled bunches" );
ATH_MSG_INFO( "Tool will report all BCIDs as single filled bunches" );
m_isConfigured = false;
// Let everybody know that the configuration of the tool has changed:
......
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