From 0903c8170e762a8ab9fa45d521b7d509a0acdaa2 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Fri, 3 Jan 2014 10:07:33 +0100 Subject: [PATCH] Disable debugging by default --- src/odhcpd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/odhcpd.c b/src/odhcpd.c index cb84513..39ce98e 100644 --- a/src/odhcpd.c +++ b/src/odhcpd.c @@ -52,6 +52,7 @@ static int urandom_fd = -1; int main() { openlog("odhcpd", LOG_PERROR | LOG_PID, LOG_DAEMON); + setlogmask(LOG_UPTO(LOG_INFO)); uloop_init(); if (getuid() != 0) { -- 2.11.0