Print at least MSG_ERROR in case of StatusCode::FAILURE
Hi,
in RpcCablingCondAlg
in several places a StatusCode::FAILURE
was returned but only a ATH_MSG_DEBUG
was printed. I moved to printing ATH_MSG_ERROR
such that one knows where to look in case it happens.
Best, Nico