Ver código fonte

Logging XML file reading

Source commit: 65619d6f01bb58b55e2c53e5b1a10460e8445692
Martin Prikryl 7 anos atrás
pai
commit
131d0ec8c4
1 arquivos alterados com 4 adições e 0 exclusões
  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,