diff --git a/Reconstruction/egamma/egammaAthenaPool/src/egammaMsgUtil.h b/Reconstruction/egamma/egammaAthenaPool/src/egammaMsgUtil.h
index 83358167c83a9efc2fab641cf5332b3c817c289f..15da7ac13a21163c134b848fe5faebba1a9bea43 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