summaryrefslogtreecommitdiffhomepage
path: root/src/odhcpd.c
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2014-01-17 20:06:46 +0100
committerSteven Barth <steven@midlink.org>2014-01-17 20:06:46 +0100
commit72fec39d4446d9bb9416763043c79d5135c84fbd (patch)
treeabae7d4d3abb47c9fca4b1e24e1717fa96f2d444 /src/odhcpd.c
parent3e48070e686c10a6c01b5a8d706151d6ae0c932a (diff)
Don't enable relay master if no slaves are present
Diffstat (limited to 'src/odhcpd.c')
-rw-r--r--src/odhcpd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/odhcpd.c b/src/odhcpd.c
index 6512e61..f40cea0 100644
--- a/src/odhcpd.c
+++ b/src/odhcpd.c
@@ -52,7 +52,7 @@ static int urandom_fd = -1;
int main()
{
openlog("odhcpd", LOG_PERROR | LOG_PID, LOG_DAEMON);
- setlogmask(LOG_UPTO(LOG_INFO));
+ setlogmask(LOG_UPTO(LOG_WARNING));
uloop_init();
if (getuid() != 0) {