Author: tabish
Date: Tue Feb 24 14:41:56 2015
New Revision: 1661966

URL: http://svn.apache.org/r1661966
Log:
https://issues.apache.org/jira/browse/AMQNET-498

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

Modified:
    
activemq/activemq-dotnet/Apache.NMS.ActiveMQ/branches/1.6.x/src/main/csharp/Connection.cs

Modified: 
activemq/activemq-dotnet/Apache.NMS.ActiveMQ/branches/1.6.x/src/main/csharp/Connection.cs
URL: 
http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/branches/1.6.x/src/main/csharp/Connection.cs?rev=1661966&r1=1661965&r2=1661966&view=diff
==============================================================================
--- 
activemq/activemq-dotnet/Apache.NMS.ActiveMQ/branches/1.6.x/src/main/csharp/Connection.cs
 (original)
+++ 
activemq/activemq-dotnet/Apache.NMS.ActiveMQ/branches/1.6.x/src/main/csharp/Connection.cs
 Tue Feb 24 14:41:56 2015
@@ -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)


Reply via email to