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:18 UTC

[16/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/b20dde96
Tree: http://git-wip-us.apache.org/repos/asf/activemq-nms-openwire/tree/b20dde96
Diff: http://git-wip-us.apache.org/repos/asf/activemq-nms-openwire/diff/b20dde96

Branch: refs/heads/master
Commit: b20dde9603a2d609b08bf85e3e87a222c4c1a503
Parents: f4332dd
Author: Timothy A. Bish <ta...@apache.org>
Authored: Tue Feb 24 14:44:24 2015 +0000
Committer: Timothy A. Bish <ta...@apache.org>
Committed: Tue Feb 24 14:44:24 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/b20dde96/src/main/csharp/Connection.cs
----------------------------------------------------------------------
diff --git a/src/main/csharp/Connection.cs b/src/main/csharp/Connection.cs
index a4a5247..33fb3e8 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)