Skip to content

AthExHelloWorld: fix output mangling for OutputLevel > INFO

Frank Winklmeier requested to merge fwinkl/athena:helloworld into main

The std::copy does not seem to play nicely with the MsgStream. Replace with simple loop.

Also apply some general code cleanup.

Fixes ATEAM-977.

Merge request reports