From: beck Date: Fri, 1 Aug 2008 00:32:56 +0000 (+0000) Subject: This log message is an excruiciating pain in the ass when it repeats 4000 times a... X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=2bc3384a21b532d697d57f367df9c5eb2ea503b9;p=openbsd 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@ --- 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 @@ -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");