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