diff options
Diffstat (limited to 'src/odhcpd.c')
-rw-r--r-- | src/odhcpd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/odhcpd.c b/src/odhcpd.c index 5e05977..bf1d496 100644 --- a/src/odhcpd.c +++ b/src/odhcpd.c @@ -69,7 +69,7 @@ int main(int argc, char **argv) { openlog("odhcpd", LOG_PERROR | LOG_PID, LOG_DAEMON); int opt; - int log_level = LOG_WARNING; + int log_level = LOG_INFO; while ((opt = getopt(argc, argv, "hl:")) != -1) { switch (opt) { case 'h': |