NTFileSystemAdapter: Minor logging improvement

This commit is contained in:
Tal Aloni 2019-07-12 11:43:24 +03:00
parent 431a62ce6f
commit f9f6132efd

View file

@ -380,6 +380,7 @@ namespace SMBLibrary
if (offset >= stream.Length)
{
Log(Severity.Verbose, "ReadFile: Cannot read from '{0}', offset {1} is out of range.", path, offset);
return NTStatus.STATUS_END_OF_FILE;
}