diff --git a/Reconstruction/eflowAthenaPool/src/eflowObjectContainerCnv.cxx b/Reconstruction/eflowAthenaPool/src/eflowObjectContainerCnv.cxx
index 844e19d68857b8b003ef9fdb2483732a6a02f2d8..17a33171e4625b9d0f45e0a4a91f2e90683c700d 100644
--- a/Reconstruction/eflowAthenaPool/src/eflowObjectContainerCnv.cxx
+++ b/Reconstruction/eflowAthenaPool/src/eflowObjectContainerCnv.cxx
@@ -24,7 +24,7 @@ eflowObjectContainerCnv::createPersistent( eflowObjectContainer* transCont )
   eflowObjectContainerCnv_p5 cnv;
   eflowObjectContainer_p5 *persObj = cnv.createPersistent( transCont, eflowStream );
 
-  if (eflowStream.level() <= MSG::DEBUG) eflowStream << MSG::DEBUG << "::createPersistent [Success]" << endreq;
+  if (eflowStream.level() <= MSG::DEBUG) eflowStream << MSG::DEBUG << "::createPersistent [Success]" << endmsg;
   return persObj; 
 }