Kaynağa Gözat

Restore logging for Sessions

olegkap_cp 14 yıl önce
ebeveyn
işleme
6c4eda935f
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      Renci.SshClient/Renci.SshNet/Session.NET.cs

+ 1 - 1
Renci.SshClient/Renci.SshNet/Session.NET.cs

@@ -122,7 +122,7 @@ namespace Renci.SshNet
 
         partial void Log(string text)
         {
-            //this._log.TraceEvent(System.Diagnostics.TraceEventType.Verbose, 1, text);
+            this._log.TraceEvent(System.Diagnostics.TraceEventType.Verbose, 1, text);
         }
     }
 }