summaryrefslogtreecommitdiff
path: root/dotnet/Qpid.Client.Transport.Socket.Blocking/BlockingSocketTransport.cs
diff options
context:
space:
mode:
Diffstat (limited to 'dotnet/Qpid.Client.Transport.Socket.Blocking/BlockingSocketTransport.cs')
-rw-r--r--dotnet/Qpid.Client.Transport.Socket.Blocking/BlockingSocketTransport.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/dotnet/Qpid.Client.Transport.Socket.Blocking/BlockingSocketTransport.cs b/dotnet/Qpid.Client.Transport.Socket.Blocking/BlockingSocketTransport.cs
index 744a949d08..e85e42e08c 100644
--- a/dotnet/Qpid.Client.Transport.Socket.Blocking/BlockingSocketTransport.cs
+++ b/dotnet/Qpid.Client.Transport.Socket.Blocking/BlockingSocketTransport.cs
@@ -29,7 +29,7 @@ namespace Qpid.Client.Transport.Socket.Blocking
{
public class BlockingSocketTransport : ITransport
{
- static readonly ILog _log = LogManager.GetLogger(typeof(BlockingSocketTransport));
+// static readonly ILog _log = LogManager.GetLogger(typeof(BlockingSocketTransport));
// Configuration variables.
string _host;