]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/filelogger.cpp
Fix a bug in new logging API (global logstreams weren't notified of events if a speci...
[user/henk/code/inspircd.git] / src / filelogger.cpp
index 0e50f628e9877743cc639e81e8e8cc2e0bc5d89b..d63d58915bacfe41a9f41f954d583aa459926695 100644 (file)
@@ -102,7 +102,7 @@ FileLogger::~FileLogger()
 }
 
 
-void FileLogStream::OnLog(int loglevel, const std::string &text)
+void FileLogStream::OnLog(int loglevel, const std::string &type, const std::string &text)
 {
        static char TIMESTR[26];
        static time_t LAST = 0;