Skip to content

Fixed VeloDAQ messaging to deal with changes in Gaudi!428

Sebastien Ponce requested to merge sponce_FixVeloDAQMessaging into future

VeloDAQ was calling msgLevel in its constructor which is not allowed anymore. On the other hand, this was only caching the msgLevel which is now useless as checking it has been made efficient.

Merge request reports