Skip to content

Replace print statements with message logging

Marco Cattaneo requested to merge cherry-pick-bb9b4f9a into master

The warnings from the DAQSys Configurable, which configures the RawBank decoders, were printed using print instead of using the Gaudi message logging. This then breaks the possibility to mask these messages at the level of the logger - see discussion in DaVinci!358 (merged)

Cherry picked from !2269 (merged)

Merge request reports