]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Lower idnsRead: starting.. debug message to level 3 (was 1)
authorhno <>
Sun, 30 Dec 2007 00:56:25 +0000 (00:56 +0000)
committerhno <>
Sun, 30 Dec 2007 00:56:25 +0000 (00:56 +0000)
src/dns_internal.cc

index 7d16ac9c508100986f6d2be70aea3bf662b63ebb..fc90f7eebd1b594c6065d9b32e4a789d41476529 100644 (file)
@@ -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()