Author: tabish
Date: Tue Feb 24 14:44:24 2015
New Revision: 1661967
URL: http://svn.apache.org/r1661967
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/trunk/src/main/csharp/Connection.cs
Modified:
activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Connection.cs
URL:
http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Connection.cs?rev=1661967&r1=1661966&r2=1661967&view=diff
==============================================================================
---
activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Connection.cs
(original)
+++
activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Connection.cs
Tue Feb 24 14:44:24 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)