diff options
author | solene <solene@cvs.openbsd.org> | 2019-01-31 18:06:15 +0000 |
---|---|---|
committer | solene <solene@cvs.openbsd.org> | 2019-01-31 18:06:15 +0000 |
commit | 67ab35e3c7a3e2255bd6c6b768f8e560485d7db9 (patch) | |
tree | f7de4bb5f55263b37c98202d9268d065f6127bb4 /sbin | |
parent | 3fea09b441913bb0fbdd0fa51def14cbda944738 (diff) |
Remove a log statement used for debug
ok florian@
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/unwind/control.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/unwind/control.c b/sbin/unwind/control.c index 0435ab35ecf..b442be42fec 100644 --- a/sbin/unwind/control.c +++ b/sbin/unwind/control.c @@ -1,4 +1,4 @@ -/* $OpenBSD: control.c,v 1.4 2019/01/31 13:36:42 solene Exp $ */ +/* $OpenBSD: control.c,v 1.5 2019/01/31 18:06:14 solene Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -243,7 +243,6 @@ control_dispatch_imsg(int fd, short event, void *bula) case IMSG_CTL_LOG_VERBOSE: case IMSG_CTL_RELOAD: if (euid != 0) { - log_debug("%s: need to be root", __func__); imsg_free(&imsg); control_close(fd); return; |