mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-07-19 15:45:54 +02:00
NTFileSystemAdapter: Minor logging improvement
This commit is contained in:
parent
431a62ce6f
commit
f9f6132efd
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue