diff options
author | Bob Beck <beck@cvs.openbsd.org> | 2008-08-01 00:32:57 +0000 |
---|---|---|
committer | Bob Beck <beck@cvs.openbsd.org> | 2008-08-01 00:32:57 +0000 |
commit | 28bbb271938e91bd199f787c4e5801cb11c8e8b8 (patch) | |
tree | cb61f2b51a48ea43a101dccfe51053d0d82b288b /usr.sbin/bind/lib | |
parent | df00817da2134d2dd51c2b0650170ba331838708 (diff) |
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@
Diffstat (limited to 'usr.sbin/bind/lib')
-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"); |