diff --git a/Control/AthenaConfiguration/python/iconfTool/utils/__init__.py b/Control/AthenaConfiguration/python/iconfTool/utils/__init__.py old mode 100644 new mode 100755 diff --git a/MuonSpectrometer/MuonCnv/MuonEventAthenaPool/src/MMPrepDataContainerCnv.cxx b/MuonSpectrometer/MuonCnv/MuonEventAthenaPool/src/MMPrepDataContainerCnv.cxx index 424657976f50377a826350b4ab964f46bb6c9f6e..68497de4c03b598fba354156049b2740978031b0 100644 --- a/MuonSpectrometer/MuonCnv/MuonEventAthenaPool/src/MMPrepDataContainerCnv.cxx +++ b/MuonSpectrometer/MuonCnv/MuonEventAthenaPool/src/MMPrepDataContainerCnv.cxx @@ -32,8 +32,6 @@ StatusCode MMPrepDataContainerCnv::initialize() { if( !MMPrepDataContainerCnvBase::initialize().isSuccess() ) return StatusCode::FAILURE; - msgSvc()->setOutputLevel( "MMPrepDataContainerCnv", MSG::DEBUG ); - // Get the messaging service, print where you are MsgStream log(msgSvc(), "MMPrepDataContainerCnv"); if (log.level() <= MSG::INFO) log << MSG::INFO << "MMPrepDataContainerCnv::initialize()" << endmsg; diff --git a/MuonSpectrometer/MuonCnv/MuonEventAthenaPool/src/MM_RawDataContainerCnv.cxx b/MuonSpectrometer/MuonCnv/MuonEventAthenaPool/src/MM_RawDataContainerCnv.cxx index 86df555daaf672bdbe4191be99827ef4242d4a2f..cba2e8a51c8fbc6d093b25783e94732173043d60 100644 --- a/MuonSpectrometer/MuonCnv/MuonEventAthenaPool/src/MM_RawDataContainerCnv.cxx +++ b/MuonSpectrometer/MuonCnv/MuonEventAthenaPool/src/MM_RawDataContainerCnv.cxx @@ -20,8 +20,6 @@ StatusCode MM_RawDataContainerCnv::initialize() { if( !MM_RawDataContainerCnvBase::initialize().isSuccess() ) return StatusCode::FAILURE; - msgSvc()->setOutputLevel( "MM_RawDataContainerCnv", MSG::DEBUG ); - // Get the messaging service, print where you are MsgStream log(msgSvc(), "MM_RawDataContainerCnv"); if (log.level() <= MSG::INFO) log << MSG::INFO << "MM_RawDataContainerCnv::initialize()" << endmsg; @@ -74,4 +72,4 @@ MM_RawDataContainerCnv::createTransient() throw std::runtime_error("Unsupported persistent version of MM Raw Data (RDO) container"); } return transCont; -} \ No newline at end of file +} diff --git a/MuonSpectrometer/MuonCnv/MuonEventAthenaPool/src/STGC_RawDataContainerCnv.cxx b/MuonSpectrometer/MuonCnv/MuonEventAthenaPool/src/STGC_RawDataContainerCnv.cxx index 979d5c62143b769e3a426291c47d7c60bab693ae..1319fa8508af4a408d2a32a3eb858afc04ba45ce 100644 --- a/MuonSpectrometer/MuonCnv/MuonEventAthenaPool/src/STGC_RawDataContainerCnv.cxx +++ b/MuonSpectrometer/MuonCnv/MuonEventAthenaPool/src/STGC_RawDataContainerCnv.cxx @@ -19,8 +19,6 @@ StatusCode STGC_RawDataContainerCnv::initialize() { if( !STGC_RawDataContainerCnvBase::initialize().isSuccess() ) return StatusCode::FAILURE; - msgSvc()->setOutputLevel( "STGC_RawDataContainerCnv", MSG::DEBUG ); - // Get the messaging service, print where you are MsgStream log(msgSvc(), "STGC_RawDataContainerCnv"); if (log.level() <= MSG::INFO) log << MSG::INFO << "STGC_RawDataContainerCnv::initialize()" << endmsg; @@ -76,4 +74,4 @@ STGC_RawDataContainerCnv::createTransient() throw std::runtime_error("Unsupported persistent version of STGC Raw Data (RDO) container"); } return transCont; -} \ No newline at end of file +} diff --git a/MuonSpectrometer/MuonCnv/MuonEventAthenaPool/src/sTgcPrepDataContainerCnv.cxx b/MuonSpectrometer/MuonCnv/MuonEventAthenaPool/src/sTgcPrepDataContainerCnv.cxx index 2787a36a0805f0e462bb95a64d8ac54161724cc0..86872b81668f38df89c414c4d68de8c76e5d9177 100644 --- a/MuonSpectrometer/MuonCnv/MuonEventAthenaPool/src/sTgcPrepDataContainerCnv.cxx +++ b/MuonSpectrometer/MuonCnv/MuonEventAthenaPool/src/sTgcPrepDataContainerCnv.cxx @@ -32,8 +32,6 @@ StatusCode sTgcPrepDataContainerCnv::initialize() { if( !sTgcPrepDataContainerCnvBase::initialize().isSuccess() ) return StatusCode::FAILURE; - msgSvc()->setOutputLevel( "sTgcPrepDataContainerCnv", MSG::DEBUG ); - // Get the messaging service, print where you are MsgStream log(msgSvc(), "sTgcPrepDataContainerCnv"); if (log.level() <= MSG::INFO) log << MSG::INFO << "sTgcPrepDataContainerCnv::initialize()" << endmsg;