From b27bcd91b6315c77408e1ba689a56786808ca057 Mon Sep 17 00:00:00 2001
From: Scott Snyder <scott.snyder@cern.ch>
Date: Thu, 11 Aug 2016 18:54:05 +0200
Subject: [PATCH] 'endreq -> endmsg.' (eflowAthenaPool-00-00-13)

	* Tagging eflowAthenaPool-00-00-13.
	* endreq -> endmsg.


Former-commit-id: 016604171081db433a66c1fa97bdc506100559c1
---
 Reconstruction/eflowAthenaPool/src/eflowObjectContainerCnv.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Reconstruction/eflowAthenaPool/src/eflowObjectContainerCnv.cxx b/Reconstruction/eflowAthenaPool/src/eflowObjectContainerCnv.cxx
index 844e19d6885..17a33171e46 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; 
 }
 
-- 
GitLab