diff options
Diffstat (limited to 'include/inspircd.h')
-rw-r--r-- | include/inspircd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/inspircd.h b/include/inspircd.h index 3a752e21c..014f729b0 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -172,7 +172,7 @@ class FileLogger : public EventHandler * another write event is scheduled to write * the rest of the data when possible. */ - virtual void HandleEvent(EventType et); + virtual void HandleEvent(EventType et, int errornum = 0); /** Write one or more preformatted log lines. * If the data cannot be written immediately, * this class will insert itself into the |