From 32965f844e087ccb671a0dc52dcd812c975341e9 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Mon, 23 Feb 2009 22:12:19 +0000 Subject: QPID-1674 Mick Goulish: Fixes an error caused by a string going out of scope just before ForkedBroker startup. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@747162 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/broker/SessionState.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'cpp/src/qpid/broker/SessionState.cpp') diff --git a/cpp/src/qpid/broker/SessionState.cpp b/cpp/src/qpid/broker/SessionState.cpp index 82ffede3f9..dffc7cf6af 100644 --- a/cpp/src/qpid/broker/SessionState.cpp +++ b/cpp/src/qpid/broker/SessionState.cpp @@ -210,6 +210,7 @@ struct ScheduledCreditTask : public TimerTask { {} void fire() { + QPID_LOG(critical, "ScheduledCreditTask fired"); // FIXME aconway 2009-02-23: REMOVE // This is the best we can currently do to avoid a destruction/fire race if (!isCancelled()) { if ( !sessionState.processSendCredit(0) ) { -- cgit v1.2.1