You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by js...@apache.org on 2006/10/18 13:36:30 UTC

svn commit: r465221 - /incubator/activemq/activemq-dotnet/trunk/src/main/csharp/ActiveMQ/Connection.cs

Author: jstrachan
Date: Wed Oct 18 04:36:29 2006
New Revision: 465221

URL: http://svn.apache.org/viewvc?view=rev&rev=465221
Log:
applied patch for AMQ-974 from Rob Lugt, many thanks!

Modified:
    incubator/activemq/activemq-dotnet/trunk/src/main/csharp/ActiveMQ/Connection.cs

Modified: incubator/activemq/activemq-dotnet/trunk/src/main/csharp/ActiveMQ/Connection.cs
URL: http://svn.apache.org/viewvc/incubator/activemq/activemq-dotnet/trunk/src/main/csharp/ActiveMQ/Connection.cs?view=diff&rev=465221&r1=465220&r2=465221
==============================================================================
--- incubator/activemq/activemq-dotnet/trunk/src/main/csharp/ActiveMQ/Connection.cs (original)
+++ incubator/activemq/activemq-dotnet/trunk/src/main/csharp/ActiveMQ/Connection.cs Wed Oct 18 04:36:29 2006
@@ -286,10 +286,10 @@
             }
         }
 		
-		protected void OnException(ITransport sender, Exception exception)
-		{
-			Tracer.ErrorFormat("Transport Exception: {0}" + exception.ToString());
-		}
+        protected void OnException(ITransport sender, Exception exception)
+	{
+                Tracer.ErrorFormat("Transport Exception: {0}", exception.ToString());
+	}
         
         protected SessionInfo CreateSessionInfo(AcknowledgementMode acknowledgementMode)
         {