Skip to content

Fix unprotected messages in event loop (ATR-21692)

Stewart Martin-Haugh requested to merge smh/athena:msgs into master

Fix a few messages not protected by ATH_MSG_DEBUG or similar: these have some runtime cost, since the decision not to print them happens within MsgStream (see slide 27 of slides from an old ATLAS software tutorial.

Merge request reports