diff options
Diffstat (limited to 'include/logger.h')
-rw-r--r-- | include/logger.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/logger.h b/include/logger.h index 37020a4ff..709d00aed 100644 --- a/include/logger.h +++ b/include/logger.h @@ -157,6 +157,7 @@ class CoreExport LogManager : public classbase { if (noforkstream) delete noforkstream; + Logging = true; } /** Sets up the logstream for -nofork. Called by InspIRCd::OpenLog() and LogManager::OpenFileLogs(). |