diff options
Diffstat (limited to 'dotnet/Qpid.Client/Client')
| -rw-r--r-- | dotnet/Qpid.Client/Client/Handler/ConnectionRedirectMethodHandler.cs | 2 |
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; |
