summaryrefslogtreecommitdiff
path: root/dotnet/Qpid.Client/Client
diff options
context:
space:
mode:
authorSteven Shaw <steshaw@apache.org>2006-12-19 22:49:08 +0000
committerSteven Shaw <steshaw@apache.org>2006-12-19 22:49:08 +0000
commit3f3cc0ed82983667b8c46f2452c395bd3bc7ea75 (patch)
tree0dc3201239c8b546c60c3ebd6d1373b2a31f3b90 /dotnet/Qpid.Client/Client
parent3e419078289fe68e4629e1dde57384277394eef0 (diff)
downloadqpid-python-3f3cc0ed82983667b8c46f2452c395bd3bc7ea75.tar.gz
Fixed warning.
FailoverTxTest now using connection URI for configuration. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@488844 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'dotnet/Qpid.Client/Client')
-rw-r--r--dotnet/Qpid.Client/Client/Handler/ConnectionRedirectMethodHandler.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/dotnet/Qpid.Client/Client/Handler/ConnectionRedirectMethodHandler.cs b/dotnet/Qpid.Client/Client/Handler/ConnectionRedirectMethodHandler.cs
index 4437290f5c..0639d66028 100644
--- a/dotnet/Qpid.Client/Client/Handler/ConnectionRedirectMethodHandler.cs
+++ b/dotnet/Qpid.Client/Client/Handler/ConnectionRedirectMethodHandler.cs
@@ -26,7 +26,7 @@ namespace Qpid.Client.Handler
{
public class ConnectionRedirectMethodHandler : IStateAwareMethodListener
{
- private static readonly ILog _logger = LogManager.GetLogger(typeof(ConnectionRedirectMethodHandler));
+// private static readonly ILog _logger = LogManager.GetLogger(typeof(ConnectionRedirectMethodHandler));
private const int DEFAULT_REDIRECT_PORT = 5672;