X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Ffilelogger.cpp;h=d63d58915bacfe41a9f41f954d583aa459926695;hb=1df212127427f88b502a5f1030fd2e0a31bd499e;hp=0e50f628e9877743cc639e81e8e8cc2e0bc5d89b;hpb=67976608ff1afff71e46a72b3d0c2dca800292e1;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/filelogger.cpp b/src/filelogger.cpp index 0e50f628e..d63d58915 100644 --- a/src/filelogger.cpp +++ b/src/filelogger.cpp @@ -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;