aboutsummaryrefslogtreecommitdiff
path: root/libbb/verror_msg.c
diff options
context:
space:
mode:
Diffstat (limited to 'libbb/verror_msg.c')
-rw-r--r--libbb/verror_msg.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libbb/verror_msg.c b/libbb/verror_msg.c
index 87efb56b3..0ef2a311f 100644
--- a/libbb/verror_msg.c
+++ b/libbb/verror_msg.c
@@ -11,7 +11,9 @@
# include <syslog.h>
#endif
+#if ENABLE_FEATURE_SYSLOG
smallint syslog_level = LOG_ERR;
+#endif
smallint logmode = LOGMODE_STDIO;
const char *msg_eol = "\n";