Skip to content

CommonMessaging: fix unitialized retrieval of MsgSvc

Charles Leggett requested to merge leggett/Gaudi:dev/CommonMsgFix into master

if the MsgSvc is retrived by a client via the msgSvc() interface before the MsgStream is created, it will return a null ptr. This reverts the change that created the MsgSvc when needed.

Merge request reports