mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-05-30 09:20:08 +02:00
SMBServer / NTFileSystemAdapter: Renamed event from OnLogEntry to LogEntryAdded
This commit is contained in:
parent
b5db0ac4b8
commit
1b024acf65
4 changed files with 6 additions and 6 deletions
|
@ -90,7 +90,7 @@ namespace SMBServer
|
|||
}
|
||||
}
|
||||
|
||||
public void OnLogEntry(object sender, LogEntry entry)
|
||||
public void OnLogEntryAdded(object sender, LogEntry entry)
|
||||
{
|
||||
if (entry.Severity != Severity.Trace)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue