summaryrefslogtreecommitdiff
path: root/main/main.cpp
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2015-06-30 11:28:43 -0300
committerJuan Linietsky <reduzio@gmail.com>2015-06-30 11:28:43 -0300
commit55b34e05b3d735a84e1af9833e19c0b816c18252 (patch)
treea2e5e0020bf68a2b3ea66010dfe5f54b83403d7b /main/main.cpp
parent95047562d743b1c1fdc007432c8a0c145a455c5d (diff)
-some changes by okam
Diffstat (limited to 'main/main.cpp')
-rw-r--r--main/main.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/main/main.cpp b/main/main.cpp
index f68bde003e..4cf4f3c7cd 100644
--- a/main/main.cpp
+++ b/main/main.cpp
@@ -605,6 +605,9 @@ Error Main::setup(const char *execpath,int argc, char *argv[],bool p_second_phas
if (bool(Globals::get_singleton()->get("application/disable_stdout"))) {
quiet_stdout=true;
}
+ if (bool(Globals::get_singleton()->get("application/disable_stderr"))) {
+ _print_error_enabled = false;
+ };
if (quiet_stdout)
_print_line_enabled=false;