RPC_CondCabling: remove usage of DISP macros
- replace
DISP
macros with either aMsgStream
(debug/verbose) orREPORT_MESSAGE
(error) - change various "error" print functions to return a
std::string
and mark them asnodiscard
to ensure all code is migrated - replace obsolete
__osstream
typedef
withstd::ostringstream
Relates to ATLASRECTS-6313.