Skip to content
Snippets Groups Projects
Commit e215a74b authored by Scott Snyder's avatar Scott Snyder Committed by Graeme Stewart
Browse files

'endreq -> endmsg.' (egammaAthenaPool-00-01-10)

	* Tagging egammaAthenaPool-00-01-10.
	* endreq -> endmsg.
parent 6db4546a
No related branches found
No related tags found
No related merge requests found
...@@ -15,8 +15,8 @@ ...@@ -15,8 +15,8 @@
#undef MSG_VERBOSE #undef MSG_VERBOSE
#endif #endif
#define MSG_DEBUG(log, x) \ #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) \ #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 #endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment