You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ac...@apache.org on 2012/08/07 17:24:51 UTC

svn commit: r1370313 - /qpid/branches/0.18/qpid/cpp/src/qpid/ha/Primary.cpp

Author: aconway
Date: Tue Aug  7 15:24:50 2012
New Revision: 1370313

URL: http://svn.apache.org/viewvc?rev=1370313&view=rev
Log:
NO-JIRA: Remove debug logginng statement left in by mistake.

Modified:
    qpid/branches/0.18/qpid/cpp/src/qpid/ha/Primary.cpp

Modified: qpid/branches/0.18/qpid/cpp/src/qpid/ha/Primary.cpp
URL: http://svn.apache.org/viewvc/qpid/branches/0.18/qpid/cpp/src/qpid/ha/Primary.cpp?rev=1370313&r1=1370312&r2=1370313&view=diff
==============================================================================
--- qpid/branches/0.18/qpid/cpp/src/qpid/ha/Primary.cpp (original)
+++ qpid/branches/0.18/qpid/cpp/src/qpid/ha/Primary.cpp Tue Aug  7 15:24:50 2012
@@ -190,7 +190,6 @@ void Primary::queueDestroy(const QueuePt
 }
 
 void Primary::opened(broker::Connection& connection) {
-    QPID_LOG(critical, "FIXME opened " << connection.getMgmtId());
     BrokerInfo info;
     if (ha::ConnectionObserver::getBrokerInfo(connection, info)) {
         Mutex::ScopedLock l(lock);



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org