diff options
Diffstat (limited to 'src/log.h')
-rw-r--r-- | src/log.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -65,7 +65,7 @@ class Logger private: std::ofstream mLogFile; - bool mLogToStandardOut; + bool mLogToStandardOut = true; }; extern Logger *logger; |