浏览代码

Logging file enumeration

Source commit: dc07d00f6c162239020b2cbeee72a97c4cd1d286
Martin Prikryl 8 年之前
父节点
当前提交
4502f4a486
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      dotnet/Session.cs

+ 1 - 0
dotnet/Session.cs

@@ -540,6 +540,7 @@ namespace WinSCP
 
                         if (enumerate)
                         {
+                            Logger.WriteLine("Enumerating {0}", fileInfo.FullName);
                             yield return fileInfo;
                         }