Browse Source

Logging XML file reading

Source commit: 65619d6f01bb58b55e2c53e5b1a10460e8445692
Martin Prikryl 7 years ago
parent
commit
131d0ec8c4
1 changed files with 4 additions and 0 deletions
  1. 4 0
      dotnet/internal/PatientFileStream.cs

+ 4 - 0
dotnet/internal/PatientFileStream.cs

@@ -28,6 +28,10 @@ namespace WinSCP
                         interval *= 2;
                     }
                 }
+                else
+                {
+                    _session.Logger.WriteLineLevel(2, "Read {0} bytes from log", result);
+                }
             }
             // We always want to return something.
             // No attempt to detect end real of file is needed,