Skip to content

AsgMessaging: add missing ATH_MSG macro

Frank Winklmeier requested to merge fwinkl/athena:fwinkl_20210826T111143 into master

In the full athena release one can print messages without trailing newline like so:

ATH_MSG(DEBUG) << "hello";
ATH_MSG(DEBUG) << " world" << endmsg;

Add the missing ATH_MSG macro also to AsgMessaging to support dual-use compilation.

Merge request reports