You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2017/03/08 23:12:17 UTC

[15/50] [abbrv] activemq-nms-openwire git commit: https://issues.apache.org/jira/browse/AMQNET-498

https://issues.apache.org/jira/browse/AMQNET-498

Reduce log level to debug as it is not an error condition.


Project: http://git-wip-us.apache.org/repos/asf/activemq-nms-openwire/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-nms-openwire/commit/94ad4097
Tree: http://git-wip-us.apache.org/repos/asf/activemq-nms-openwire/tree/94ad4097
Diff: http://git-wip-us.apache.org/repos/asf/activemq-nms-openwire/diff/94ad4097

Branch: refs/heads/1.6.x
Commit: 94ad40978325fdf43b50b85d985bb9730d9c6296
Parents: 1e6374d
Author: Timothy A. Bish <ta...@apache.org>
Authored: Tue Feb 24 14:41:56 2015 +0000
Committer: Timothy A. Bish <ta...@apache.org>
Committed: Tue Feb 24 14:41:56 2015 +0000

----------------------------------------------------------------------
 src/main/csharp/Connection.cs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-nms-openwire/blob/94ad4097/src/main/csharp/Connection.cs
----------------------------------------------------------------------
diff --git a/src/main/csharp/Connection.cs b/src/main/csharp/Connection.cs
index 242a3cb..1d82d6f 100755
--- a/src/main/csharp/Connection.cs
+++ b/src/main/csharp/Connection.cs
@@ -1167,7 +1167,7 @@ namespace Apache.NMS.ActiveMQ
                 }
             }
 
-            Tracer.ErrorFormat("Connection[{0}]: No such consumer active: {1}", this.ConnectionId, dispatch.ConsumerId);
+            Tracer.DebugFormat("Connection[{0}]: No such consumer active: {1}", this.ConnectionId, dispatch.ConsumerId);
         }
 
         protected void OnKeepAliveCommand(ITransport commandTransport, KeepAliveInfo info)