diff options
| author | 2008-08-01 00:32:56 +0000 | |
|---|---|---|
| committer | 2008-08-01 00:32:56 +0000 | |
| commit | 2bc3384a21b532d697d57f367df9c5eb2ea503b9 (patch) | |
| tree | 6813be5a1c32c094dc86f59f28f990eeb5c43f4c | |
| parent | Wait much longer for clock stabilization. (diff) | |
| download | wireguard-openbsd-2bc3384a21b532d697d57f367df9c5eb2ea503b9.tar.xz wireguard-openbsd-2bc3384a21b532d697d57f367df9c5eb2ea503b9.zip | |
This log message is an excruiciating pain in the ass when it repeats 4000 times a second on a machine you need debug log on, and is actually used as a cacheing nameserver. remove just this one line of debug log to save people's sanity
ok djm@
| -rw-r--r-- | usr.sbin/bind/lib/isc/unix/privsep.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/bind/lib/isc/unix/privsep.c b/usr.sbin/bind/lib/isc/unix/privsep.c index 4a770d11679..1d3cc1e63cd 100644 --- a/usr.sbin/bind/lib/isc/unix/privsep.c +++ b/usr.sbin/bind/lib/isc/unix/privsep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: privsep.c,v 1.6 2005/05/04 08:29:07 djm Exp $ */ +/* $OpenBSD: privsep.c,v 1.7 2008/08/01 00:32:56 beck Exp $ */ /* * Copyright (c) 2004 Henning Brauer <henning@openbsd.org> @@ -236,7 +236,6 @@ isc_priv_bind(int fd, struct sockaddr *sa, socklen_t salen) errx(1, "%s called from privileged portion", __func__); if (check_bind(sa, salen)) { - logmsg(LOG_DEBUG, "Binding locally"); status = bind(fd, sa, salen); } else { logmsg(LOG_DEBUG, "Binding privsep"); |
