Skip to content

ZDC: fix for verbosity of messages sent via ZDCMsg::MessageFunction

In the ZDC reconstruction code, some messages are passed to MsgStream via ZDCMsg::MessageFunction. Currently, the verbosity level of the message is checked against that of the stream, but the verbosity level of the message is not sent to the stream. Thus, messages are sent only when they pass the threshold of the stream, but they are sent with incorrect verbosity level. We have recently observed warnings that appear as INFO and are inappropriately suppressed.

This merge request sends the verbosity level of messages to MsgStream, which ensures that messages appear with the correct verbosity level in output and logs.

Edited by Mason Ray Housenga

Merge request reports