diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/log.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/log.c b/tools/log.c index e29a150..3317a35 100644 --- a/tools/log.c +++ b/tools/log.c @@ -29,7 +29,7 @@ #define PRIO_MAX_SIZE 32 static bool log_use_syslog; -static int log_priority = LOG_ERR; +static int log_priority = LOG_WARNING; static const char *prio_to_str(char buf[static PRIO_MAX_SIZE], int prio) { |