From e215a74b3bf34f704bdb4fc9af4c875f18f2cc86 Mon Sep 17 00:00:00 2001
From: Scott Snyder <scott.snyder@cern.ch>
Date: Thu, 11 Aug 2016 19:43:40 +0200
Subject: [PATCH] 'endreq -> endmsg.' (egammaAthenaPool-00-01-10)

	* Tagging egammaAthenaPool-00-01-10.
	* endreq -> endmsg.
---
 Reconstruction/egamma/egammaAthenaPool/src/egammaMsgUtil.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Reconstruction/egamma/egammaAthenaPool/src/egammaMsgUtil.h b/Reconstruction/egamma/egammaAthenaPool/src/egammaMsgUtil.h
index 83358167c83..15da7ac13a2 100644
--- a/Reconstruction/egamma/egammaAthenaPool/src/egammaMsgUtil.h
+++ b/Reconstruction/egamma/egammaAthenaPool/src/egammaMsgUtil.h
@@ -15,8 +15,8 @@
 #undef MSG_VERBOSE
 #endif
 #define MSG_DEBUG(log, x) \
-     do { if (log.level()<=MSG::DEBUG) { log << MSG::DEBUG << x << endreq; } } while (0)
+     do { if (log.level()<=MSG::DEBUG) { log << MSG::DEBUG << x << endmsg; } } while (0)
 #define MSG_VERBOSE(log, x) \
-     do { if (log.level()<=MSG::VERBOSE) { log << MSG::VERBOSE << x << endreq; } } while (0)
+     do { if (log.level()<=MSG::VERBOSE) { log << MSG::VERBOSE << x << endmsg; } } while (0)
 
 #endif
-- 
GitLab