Jelajahi Sumber

Logging file enumeration

Source commit: dc07d00f6c162239020b2cbeee72a97c4cd1d286
Martin Prikryl 8 tahun lalu
induk
melakukan
4502f4a486
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      dotnet/Session.cs

+ 1 - 0
dotnet/Session.cs

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