diff options
| author | Steven Shaw <steshaw@apache.org> | 2006-12-19 22:49:08 +0000 |
|---|---|---|
| committer | Steven Shaw <steshaw@apache.org> | 2006-12-19 22:49:08 +0000 |
| commit | e4fdc648b4902b16c67d00a4a6df5d6f9a095da9 (patch) | |
| tree | 4d23aeea66a7f62507ad91f83655ea58e56b52dc /qpid/dotnet/Qpid.Client | |
| parent | c79aa72130e054e6549320c949c0323e94ac1a15 (diff) | |
| download | qpid-python-e4fdc648b4902b16c67d00a4a6df5d6f9a095da9.tar.gz | |
Fixed warning.
FailoverTxTest now using connection URI for configuration.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@488844 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/dotnet/Qpid.Client')
| -rw-r--r-- | qpid/dotnet/Qpid.Client/Client/Handler/ConnectionRedirectMethodHandler.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/dotnet/Qpid.Client/Client/Handler/ConnectionRedirectMethodHandler.cs b/qpid/dotnet/Qpid.Client/Client/Handler/ConnectionRedirectMethodHandler.cs index 4437290f5c..0639d66028 100644 --- a/qpid/dotnet/Qpid.Client/Client/Handler/ConnectionRedirectMethodHandler.cs +++ b/qpid/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; |
