diff --git a/Reconstruction/RecAthenaPool/src/MissingETCnv.cxx b/Reconstruction/RecAthenaPool/src/MissingETCnv.cxx
index 1e4f18ac2b026fc2a3f45455676711d5aa00fc44..7db687d99d7151b121316a1cde8af84275e2e429 100755
--- a/Reconstruction/RecAthenaPool/src/MissingETCnv.cxx
+++ b/Reconstruction/RecAthenaPool/src/MissingETCnv.cxx
@@ -27,7 +27,7 @@ MissingETCnv::createPersistent( MissingET* transCont )
   MissingETCnv_p3 cnv;
   MissingET_PERS *persObj = cnv.createPersistent( transCont, msg );
 
-  msg << MSG::DEBUG << "::createPersistent [Success]" << endreq;
+  msg << MSG::DEBUG << "::createPersistent [Success]" << endmsg;
   return persObj; 
 }
 
diff --git a/Reconstruction/RecAthenaPool/src/MissingETCompositionCnv.cxx b/Reconstruction/RecAthenaPool/src/MissingETCompositionCnv.cxx
index 4136b5a880de6f265fd6ae3c0d2196a7756bf466..c8345446d57667a3da7898db2189212561f35a24 100644
--- a/Reconstruction/RecAthenaPool/src/MissingETCompositionCnv.cxx
+++ b/Reconstruction/RecAthenaPool/src/MissingETCompositionCnv.cxx
@@ -10,8 +10,8 @@
 
 MissingETComposition_PERS* MissingETCompositionCnv::createPersistent(MissingETComposition* transObj)
 {
-  MsgStream report( messageService(), "MissingETCompositionConverter" );
-  // report << MSG::INFO << "Writing MissingETComposition_p2" << endreq; 
+  MsgStream report( msgSvc(), "MissingETCompositionConverter" );
+  // report << MSG::INFO << "Writing MissingETComposition_p2" << endmsg; 
   if ( ! bool(m_TPconverter_p2) )
     m_TPconverter_p2 = new MissingETCompositionCnv_p2();
   MissingETComposition_PERS *persObj = m_TPconverter_p2->createPersistent( transObj, report );
@@ -28,15 +28,15 @@ MissingETComposition* MissingETCompositionCnv::createTransient()
 	      m_TPconverter_p2 = new MissingETCompositionCnv_p2();
       // using unique_ptr ensures deletion of the persistent object
       std::unique_ptr<MissingETComposition_p2> shapestore( poolReadObject< MissingETComposition_p2 >() );
-      MsgStream report( messageService(), "MissingETCompositionCnv" );
-      // report << MSG::INFO << "Reading MissingETComposition_p1" << endreq; 
+      MsgStream report( msgSvc(), "MissingETCompositionCnv" );
+      // report << MSG::INFO << "Reading MissingETComposition_p1" << endmsg; 
       return m_TPconverter_p2->createTransient( shapestore.get(), report );
     }
     else if( compareClassGuid(p1_guid) ) {
   	    MissingETCompositionCnv_p1 TPconverter_p1;
         std::unique_ptr<MissingETComposition_p1> shapestore( poolReadObject< MissingETComposition_p1 >() );
-        MsgStream report( messageService(), "MissingETCompositionCnv" );
-        // report << MSG::INFO << "Reading MissingETComposition_p1" << endreq; 
+        MsgStream report( msgSvc(), "MissingETCompositionCnv" );
+        // report << MSG::INFO << "Reading MissingETComposition_p1" << endmsg; 
         return TPconverter_p1.createTransient( shapestore.get(), report );
     }
   throw std::runtime_error("Unsupported persistent version of MissingETComposition");
diff --git a/Reconstruction/RecAthenaPool/src/MissingEtCaloCnv.cxx b/Reconstruction/RecAthenaPool/src/MissingEtCaloCnv.cxx
index 7cdbb91709935f1b5a6117a41baade579aa2709d..baab484071bd6d21aeac286b0990678eb2df637b 100755
--- a/Reconstruction/RecAthenaPool/src/MissingEtCaloCnv.cxx
+++ b/Reconstruction/RecAthenaPool/src/MissingEtCaloCnv.cxx
@@ -26,7 +26,7 @@ MissingEtCaloCnv::createPersistent( MissingEtCalo* transCont )
   MissingEtCaloCnv_p3 cnv;
   MissingEtCalo_PERS *persObj = cnv.createPersistent( transCont, msg );
 
-  msg << MSG::DEBUG << "::createPersistent [Success]" << endreq;
+  msg << MSG::DEBUG << "::createPersistent [Success]" << endmsg;
   return persObj; 
 }
 
diff --git a/Reconstruction/RecAthenaPool/src/MissingEtTruthCnv.cxx b/Reconstruction/RecAthenaPool/src/MissingEtTruthCnv.cxx
index cd34a401f40aaa427aa3e6e7c81a6b6867b347a5..ba0f9d2ae93db32424c10bd218461d21a87bce16 100755
--- a/Reconstruction/RecAthenaPool/src/MissingEtTruthCnv.cxx
+++ b/Reconstruction/RecAthenaPool/src/MissingEtTruthCnv.cxx
@@ -28,7 +28,7 @@ MissingEtTruthCnv::createPersistent( MissingEtTruth* transCont )
   MissingEtTruthCnv_p3 cnv;
   MissingEtTruth_PERS *persObj = cnv.createPersistent( transCont, msg );
 
-  msg << MSG::DEBUG << "::createPersistent [Success]" << endreq;
+  msg << MSG::DEBUG << "::createPersistent [Success]" << endmsg;
   return persObj; 
 }
 
diff --git a/Reconstruction/RecAthenaPool/src/MuonCaloEnergyContainerCnv.cxx b/Reconstruction/RecAthenaPool/src/MuonCaloEnergyContainerCnv.cxx
index 51e0d66d8fc77b332c70bfc4767641f09d477354..ff69ffbfa1077a7bb5da3332635eb70b8f6e87e7 100755
--- a/Reconstruction/RecAthenaPool/src/MuonCaloEnergyContainerCnv.cxx
+++ b/Reconstruction/RecAthenaPool/src/MuonCaloEnergyContainerCnv.cxx
@@ -30,7 +30,7 @@ MuonCaloEnergyContainerCnv::createPersistent( MuonCaloEnergyContainer* transCont
   MuonCaloEnergyContainerCnv_p1 cnv;
   MuonCaloEnergyContainer_PERS *persObj = cnv.createPersistent( transCont, msg );
 
-  msg << MSG::DEBUG << "::createPersistent [Success]" << endreq;
+  msg << MSG::DEBUG << "::createPersistent [Success]" << endmsg;
   return persObj; 
 }
 
diff --git a/Reconstruction/RecAthenaPool/src/MuonContainerCnv.cxx b/Reconstruction/RecAthenaPool/src/MuonContainerCnv.cxx
index 2c2063d435eab647abc750196299d1aad867c15a..f081069f91fac0e95c169150bb82e61a3cc81c57 100755
--- a/Reconstruction/RecAthenaPool/src/MuonContainerCnv.cxx
+++ b/Reconstruction/RecAthenaPool/src/MuonContainerCnv.cxx
@@ -33,10 +33,10 @@
 StatusCode MuonContainerCnv::initialize()
 {
 
-  MsgStream log(messageService(), "MuonContainerCnv");
+  MsgStream log(msgSvc(), "MuonContainerCnv");
   StatusCode sc = T_AthenaPoolCustomCnv<Analysis::MuonContainer,MuonContainer_PERS>::initialize();
   if (!sc.isSuccess()) {
-     log << MSG::ERROR << "Can not initialize Converter base class." << endreq;
+     log << MSG::ERROR << "Can not initialize Converter base class." << endmsg;
      return(sc);
   }
 
@@ -44,7 +44,7 @@ StatusCode MuonContainerCnv::initialize()
   if ( !m_storeGate.retrieve().isSuccess() ) {
      log << MSG::ERROR
 	 << "Unable to retrieve pointer to StoreGateSvc"
-	 << endreq;
+	 << endmsg;
      return StatusCode::FAILURE;
   }
 
@@ -64,7 +64,7 @@ MuonContainerCnv::createPersistent( Analysis::MuonContainer* transCont )
   MuonContainerCnv_p6 cnv;
   MuonContainer_PERS *persObj = cnv.createPersistent( transCont, msg );
 
-  msg << MSG::DEBUG << "::createPersistent [Success]" << endreq;
+  msg << MSG::DEBUG << "::createPersistent [Success]" << endmsg;
   return persObj; 
 }
 
@@ -107,7 +107,7 @@ Analysis::MuonContainer* MuonContainerCnv::createTransient()
     if ( !m_storeGate->contains<MuonCaloEnergyContainer>( m_muonCaloEnergyContainerName ) ) {
        MuonCaloEnergyContainer * cont = new MuonCaloEnergyContainer();
        if ( m_storeGate->record( cont, m_muonCaloEnergyContainerName ).isFailure() ) {
-          msg << MSG::WARNING << "Not able to recod MuonCaloEnergyContainer in StoreGate " << endreq;
+          msg << MSG::WARNING << "Not able to recod MuonCaloEnergyContainer in StoreGate " << endmsg;
        }
     }
  
@@ -119,7 +119,7 @@ Analysis::MuonContainer* MuonContainerCnv::createTransient()
     if ( !m_storeGate->contains<MuonCaloEnergyContainer>( m_muonCaloEnergyContainerName ) ) {
        MuonCaloEnergyContainer * cont = new MuonCaloEnergyContainer();
        if ( m_storeGate->record( cont, m_muonCaloEnergyContainerName ).isFailure() ) {
-          msg << MSG::WARNING << "Not able to recod MuonCaloEnergyContainer in StoreGate " << endreq;
+          msg << MSG::WARNING << "Not able to recod MuonCaloEnergyContainer in StoreGate " << endmsg;
        }
     }
 
diff --git a/Reconstruction/RecAthenaPool/src/MuonSpShowerContainerCnv.cxx b/Reconstruction/RecAthenaPool/src/MuonSpShowerContainerCnv.cxx
index 20365c64fa9539395f8e55b16320c94093ef51dd..9c68e0671e47c4875e8a33f43bf3f839578ef66c 100644
--- a/Reconstruction/RecAthenaPool/src/MuonSpShowerContainerCnv.cxx
+++ b/Reconstruction/RecAthenaPool/src/MuonSpShowerContainerCnv.cxx
@@ -20,7 +20,7 @@ MuonSpShowerContainerCnv::createPersistent( Rec::MuonSpShowerContainer* transCon
     MuonSpShowerContainerCnv_p1 cnv;
     MuonSpShowerContainer_PERS *persObj = cnv.createPersistent( transCont, msg );
 
-    msg << MSG::DEBUG << "::createPersistent [Success]" << endreq;
+    msg << MSG::DEBUG << "::createPersistent [Success]" << endmsg;
     return persObj; 
 }