mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-04-29 18:27:48 +02:00
Fixed FormatException
Fixed FormatException
This commit is contained in:
parent
9cd6180e57
commit
04d2bc63c4
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ namespace SMBLibrary
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
{
|
{
|
||||||
NTStatus status = ToNTStatus(ex);
|
NTStatus status = ToNTStatus(ex);
|
||||||
Log(Severity.Information, "SetFileInformation: Error deleting '{0}'. {1}.", status);
|
Log(Severity.Information, "SetFileInformation: Error deleting '{0}'. {1}.", fileHandle.Path, status);
|
||||||
return status;
|
return status;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue