Repository: qpid-jms Updated Branches: refs/heads/master 9f6ecd3b4 -> cfa2ca69d
https://issues.apache.org/jira/browse/QPIDJMS-92 Removed missed logging statement used in debugging. Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/cfa2ca69 Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/cfa2ca69 Diff: http://git-wip-us.apache.org/repos/asf/qpid-jms/diff/cfa2ca69 Branch: refs/heads/master Commit: cfa2ca69d9e1abd34b124e6ae8e8d3402a23a7d9 Parents: 9f6ecd3 Author: Timothy Bish <[email protected]> Authored: Fri Aug 21 12:36:30 2015 -0400 Committer: Timothy Bish <[email protected]> Committed: Fri Aug 21 12:36:30 2015 -0400 ---------------------------------------------------------------------- .../main/java/org/apache/qpid/jms/provider/amqp/AmqpConsumer.java | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/cfa2ca69/qpid-jms-client/src/main/java/org/apache/qpid/jms/provider/amqp/AmqpConsumer.java ---------------------------------------------------------------------- diff --git a/qpid-jms-client/src/main/java/org/apache/qpid/jms/provider/amqp/AmqpConsumer.java b/qpid-jms-client/src/main/java/org/apache/qpid/jms/provider/amqp/AmqpConsumer.java index efbc9cb..6160b8d 100644 --- a/qpid-jms-client/src/main/java/org/apache/qpid/jms/provider/amqp/AmqpConsumer.java +++ b/qpid-jms-client/src/main/java/org/apache/qpid/jms/provider/amqp/AmqpConsumer.java @@ -455,8 +455,6 @@ public class AmqpConsumer extends AmqpAbstractResource<JmsConsumerInfo, Receiver incoming = null; } } else { - LOG.info("Incoming null delivery"); - // We have exhausted the locally queued messages on this link. // Check if we tried to stop and have now run out of credit. if (getEndpoint().getRemoteCredit() <= 0) { --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
