]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/helperfuncs.cpp
auto-set +s when +n is set (as +n requires +s) - allow +n to be 'set twice' allowing...
[user/henk/code/inspircd.git] / src / helperfuncs.cpp
index e4be94ec01f8a1e67b19be0f17ad0e0f03fd9708..07f9228d479323b39726572d2f529b387d605ea6 100644 (file)
@@ -83,7 +83,7 @@ void InspIRCd::Log(int level, const std::string &text)
 
        if (Config->log_file && Config->writelog)
        {
-               std::string out = std::string(TIMESTR) + text.c_str() + "\n";
+               std::string out = std::string(TIMESTR) + " " + text.c_str() + "\n";
                this->Logger->WriteLogLine(out);
        }