SMBServer / NTFileSystemAdapter: Renamed event from OnLogEntry to LogEntryAdded

This commit is contained in:
Tal Aloni 2017-06-22 17:56:57 +03:00
parent b5db0ac4b8
commit 1b024acf65
4 changed files with 6 additions and 6 deletions

View file

@ -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)
{