diff --git a/MuonSpectrometer/MuonDetDescr/MuonReadoutGeometry/src/TgcReadoutParams.cxx b/MuonSpectrometer/MuonDetDescr/MuonReadoutGeometry/src/TgcReadoutParams.cxx index 0eec832f4c588580f5d8b17bd4febb3e302859e8..76ddf910ecc8153faced1e3a53f37c408e0b3b7f 100644 --- a/MuonSpectrometer/MuonDetDescr/MuonReadoutGeometry/src/TgcReadoutParams.cxx +++ b/MuonSpectrometer/MuonDetDescr/MuonReadoutGeometry/src/TgcReadoutParams.cxx @@ -60,7 +60,7 @@ TgcReadoutParams::TgcReadoutParams(std::string name, int iCh, int Version, float StatusCode sc = svcLocator->service("MessageSvc", m_msgSvc); if (sc.isFailure()) std::cout << "Fail to locate Message Service" << std::endl; m_Log = std::make_unique<MsgStream>(m_msgSvc, "TgcReadoutParams"); - if (msgSvc) (*m_Log) << MSG::WARNING<<"TgcReadoutParams::TgcReadoutParams() - passed IMessageSvc which is not needed anymore." << endmsg; + if (msgSvc) (*m_Log) << MSG::DEBUG<<"TgcReadoutParams::TgcReadoutParams() - passed IMessageSvc which is not needed anymore." << endmsg; } @@ -111,7 +111,7 @@ TgcReadoutParams::TgcReadoutParams(std::string name, int iCh, int Version, float StatusCode sc = svcLocator->service("MessageSvc", m_msgSvc); if (sc.isFailure()) std::cout << "Fail to locate Message Service" << std::endl; m_Log = std::make_unique<MsgStream>(m_msgSvc, "TgcReadoutParams"); - if (msgSvc) (*m_Log) << MSG::WARNING<<"TgcReadoutParams::TgcReadoutParams() - passed IMessageSvc which is not needed anymore." << endmsg; + if (msgSvc) (*m_Log) << MSG::DEBUG<<"TgcReadoutParams::TgcReadoutParams() - passed IMessageSvc which is not needed anymore." << endmsg; }