aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Łyszczek <michal.lyszczek@bofc.pl>2017-08-13 21:14:56 +0200
committerMichał Łyszczek <michal.lyszczek@bofc.pl>2017-08-13 21:14:56 +0200
commit68c48fc4ae141582a5873c5b2ea3a2f866c4319d (patch)
tree4d2c090eb0cc003164843bc6b707441a7dfc206a
parent67afc598bc9b6876185b5e453e5c0b7a036f3800 (diff)
downloadembedlog-68c48fc4ae141582a5873c5b2ea3a2f866c4319d.tar.gz
embedlog-68c48fc4ae141582a5873c5b2ea3a2f866c4319d.tar.bz2
embedlog-68c48fc4ae141582a5873c5b2ea3a2f866c4319d.zip
Removed print to stderr by default
-rw-r--r--src/el-options.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/el-options.c b/src/el-options.c
index bd3eaf8..44c1f1f 100644
--- a/src/el-options.c
+++ b/src/el-options.c
@@ -276,10 +276,6 @@ int el_options_init
memset(options, 0, sizeof(*options));
options->print_log_level = 1;
-#if ENABLE_OUT_STDERR
- options->outputs = EL_OUT_STDERR;
-#endif
-
return 0;
}