diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-09-18 19:35:50 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-09-18 19:35:50 +0300 |
commit | 31459efbd3e63433b11fbf1005b3aa116d9bc3c1 (patch) | |
tree | 052204ada4255cb4f43267f933a2afae1478efd3 /src/defaults.cpp | |
parent | e7537ca6033a13ff1d21aac4a61a49ef325684b6 (diff) | |
download | ManaVerse-31459efbd3e63433b11fbf1005b3aa116d9bc3c1.tar.gz ManaVerse-31459efbd3e63433b11fbf1005b3aa116d9bc3c1.tar.bz2 ManaVerse-31459efbd3e63433b11fbf1005b3aa116d9bc3c1.tar.xz ManaVerse-31459efbd3e63433b11fbf1005b3aa116d9bc3c1.zip |
Redirect logging to file after log file opened.s20170918
If log file open failed, redirect logging back to stdout.
Diffstat (limited to 'src/defaults.cpp')
-rw-r--r-- | src/defaults.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/defaults.cpp b/src/defaults.cpp index c485c12e5..1dae4ed29 100644 --- a/src/defaults.cpp +++ b/src/defaults.cpp @@ -130,7 +130,6 @@ void setConfigDefaults(Configuration &cfg) AddDEF("particleEmitterSkip", 1); AddDEF("particleeffects", true); AddDEF("mapparticleeffects", true); - AddDEF("logToStandardOut", false); AddDEF("opengl", 0); #ifdef ANDROID AddDEF("screenwidth", 0); |