소스 검색

Restore logging for Sessions

olegkap_cp 14 년 전
부모
커밋
6c4eda935f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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);
         }
     }
 }