From 2195842076e65d340d58c2e7f4652135946a2dfc Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Tue, 13 Nov 2007 23:50:31 +0000 Subject: qpid/client/SessionCore.cpp: Removed QPID_MSG outside log statement. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@594724 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/client/SessionCore.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src') diff --git a/cpp/src/qpid/client/SessionCore.cpp b/cpp/src/qpid/client/SessionCore.cpp index 14b9020282..653bcd93c1 100644 --- a/cpp/src/qpid/client/SessionCore.cpp +++ b/cpp/src/qpid/client/SessionCore.cpp @@ -308,7 +308,7 @@ void SessionCore::checkOpen() const { cause=" by :"+text; throw CommandInvalidException(QPID_MSG("Session is suspended" << cause)); } - check(state==OPEN, COMMAND_INVALID, QPID_MSG("Session is not open")); + check(state==OPEN, COMMAND_INVALID, "Session is not open"); } Future SessionCore::send(const AMQBody& command) -- cgit v1.2.1