Преглед изворни кода

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)
                         if (enumerate)
                         {
                         {
+                            Logger.WriteLine("Enumerating {0}", fileInfo.FullName);
                             yield return fileInfo;
                             yield return fileInfo;
                         }
                         }