mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-07-23 17:55:55 +02:00
Minor logging related fix
This commit is contained in:
parent
03cff5e469
commit
efce34f5d6
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ namespace SMBLibrary.Server.SMB2
|
|||
return new ErrorResponse(request.CommandName, queryStatus);
|
||||
}
|
||||
|
||||
state.LogToServer(Severity.Information, "GetFileSystemInformation on '{0} succeeded. Information class: {1}", share.Name, request.FileSystemInformationClass);
|
||||
state.LogToServer(Severity.Information, "GetFileSystemInformation on '{0}' succeeded. Information class: {1}", share.Name, request.FileSystemInformationClass);
|
||||
QueryInfoResponse response = new QueryInfoResponse();
|
||||
response.SetFileSystemInformation(fileSystemInformation);
|
||||
return response;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue