From: wessels <> Date: Wed, 17 Apr 1996 02:30:45 +0000 (+0000) Subject: change debug level X-Git-Tag: SQUID_3_0_PRE1~6140 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c0136dba0e0171735c1c7dcc0c9f15019810df63;p=thirdparty%2Fsquid.git change debug level --- diff --git a/src/ipcache.cc b/src/ipcache.cc index d94d602fb3..78c30020c0 100644 --- a/src/ipcache.cc +++ b/src/ipcache.cc @@ -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);