From cd58db3336afc4967f99ca4705fee3a94324f8cf 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@594724 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/qpid/client/SessionCore.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qpid/cpp/src/qpid/client/SessionCore.cpp b/qpid/cpp/src/qpid/client/SessionCore.cpp index 14b9020282..653bcd93c1 100644 --- a/qpid/cpp/src/qpid/client/SessionCore.cpp +++ b/qpid/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