From: rousskov <> Date: Fri, 10 Apr 1998 02:33:10 +0000 (+0000) Subject: - increased debugging level of "ipcacheCycleAddr: %s now at %s" X-Git-Tag: SQUID_3_0_PRE1~3529 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15a830330146c20155bdc2ca48852dadc747b587;p=thirdparty%2Fsquid.git - increased debugging level of "ipcacheCycleAddr: %s now at %s" --- diff --git a/src/ipcache.cc b/src/ipcache.cc index 25ceb10c87..82f397fe10 100644 --- a/src/ipcache.cc +++ b/src/ipcache.cc @@ -1,6 +1,6 @@ /* - * $Id: ipcache.cc,v 1.178 1998/04/09 08:24:15 wessels Exp $ + * $Id: ipcache.cc,v 1.179 1998/04/09 20:33:10 rousskov Exp $ * * DEBUG: section 14 IP Cache * AUTHOR: Harvest Derived @@ -932,7 +932,7 @@ ipcacheCycleAddr(const char *name, ipcache_addrs *ia) ia->badcount = 0; ia->cur = 0; } - debug(14,1)("ipcacheCycleAddr: %s now at %s\n", name, + debug(14,3) ("ipcacheCycleAddr: %s now at %s\n", name, inet_ntoa(ia->in_addrs[ia->cur])); }