diff options
Diffstat (limited to 'src/helperfuncs.cpp')
-rw-r--r-- | src/helperfuncs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/helperfuncs.cpp b/src/helperfuncs.cpp index edb5005d2..4605092a1 100644 --- a/src/helperfuncs.cpp +++ b/src/helperfuncs.cpp @@ -293,7 +293,7 @@ bool InspIRCd::OpenLog(char**, int) if (!Config->cmdline.writelog) return true; // Skip opening default log if -nolog if (Config->cmdline.startup_log.empty()) - Config->cmdline.startup_log = "logs/startup.log"; + Config->cmdline.startup_log = LOG_PATH "/startup.log"; FILE* startup = fopen(Config->cmdline.startup_log.c_str(), "a+"); if (!startup) |