From: hno <> Date: Sun, 30 Dec 2007 00:56:25 +0000 (+0000) Subject: Lower idnsRead: starting.. debug message to level 3 (was 1) X-Git-Tag: BASIC_TPROXY4~216 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7e7eaa73a0e769b676b08b63a54a821e18be558;p=thirdparty%2Fsquid.git Lower idnsRead: starting.. debug message to level 3 (was 1) --- diff --git a/src/dns_internal.cc b/src/dns_internal.cc index 7d16ac9c50..fc90f7eebd 100644 --- a/src/dns_internal.cc +++ b/src/dns_internal.cc @@ -1,6 +1,6 @@ /* - * $Id: dns_internal.cc,v 1.102 2007/12/14 23:11:46 amosjeffries Exp $ + * $Id: dns_internal.cc,v 1.103 2007/12/29 17:56:25 hno Exp $ * * DEBUG: section 78 DNS lookups; interacts with lib/rfc1035.c * AUTHOR: Duane Wessels @@ -1045,7 +1045,7 @@ idnsRead(int fd, void *data) int ns; IPAddress from; - debugs(78, 1, "idnsRead: starting with FD " << fd); + debugs(78, 3, "idnsRead: starting with FD " << fd); /* BUG (UNRESOLVED) * two code lines after returning from comm_udprecvfrom()