]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
change debug level
authorwessels <>
Wed, 17 Apr 1996 02:30:45 +0000 (02:30 +0000)
committerwessels <>
Wed, 17 Apr 1996 02:30:45 +0000 (02:30 +0000)
src/ipcache.cc

index d94d602fb3eac66ba68a284fa2110830d9ba6809..78c30020c0964c888edfa24b1fff4f9afa550063 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: ipcache.cc,v 1.24 1996/04/16 05:05:24 wessels Exp $ */
+/* $Id: ipcache.cc,v 1.25 1996/04/16 20:30:45 wessels Exp $ */
 
 /*
  * DEBUG: Section 14          ipcache: IP Cache
@@ -1363,7 +1363,7 @@ void ipcacheShutdownServers()
     int i;
     static char *shutdown = "$shutdown\n";
 
-    debug(14, 1, "ipcacheShutdownServers:\n");
+    debug(14, 3, "ipcacheShutdownServers:\n");
 
     for (i = 0; i < getDnsChildren(); i++) {
        dns = *(dns_child_table + i);