Skip to content

TrigMessageSvc: first print message then histogram counts

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

Histogramming the message count statistics requires taking the OH lock. If the process is crashing this may deadlock and we never see the message being printed. Reverse the order to first print then histogram.

Merge request reports