Author: tabish Date: Thu May 3 15:54:59 2007 New Revision: 535004 URL: http://svn.apache.org/viewvc?view=rev&rev=535004 Log: http://issues.apache.org/activemq/browse/AMQCPP-104 Removing misleading log message for now. Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/transport/filters/ResponseCorrelator.cpp Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/transport/filters/ResponseCorrelator.cpp URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/transport/filters/ResponseCorrelator.cpp?view=diff&rev=535004&r1=535003&r2=535004 ============================================================================== --- activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/transport/filters/ResponseCorrelator.cpp (original) +++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/transport/filters/ResponseCorrelator.cpp Thu May 3 15:54:59 2007 @@ -178,8 +178,8 @@ if( iter == requestMap.end() ){ // This is not terrible - just log it. - printf("ResponseCorrelator::onCommand() - received unknown response for request: %d\n", - response->getCorrelationId() ); + //printf("ResponseCorrelator::onCommand() - received unknown response for request: %d\n", + // response->getCorrelationId() ); return; }