From: wessels <> Date: Sat, 1 Aug 1998 02:52:57 +0000 (+0000) Subject: hide debug X-Git-Tag: SQUID_3_0_PRE1~2942 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f039e4d4e4f2b61d2681ea51a5ecdd479f47ecf4;p=thirdparty%2Fsquid.git hide debug --- diff --git a/src/ipcache.cc b/src/ipcache.cc index b4aa1a799a..501d152680 100644 --- a/src/ipcache.cc +++ b/src/ipcache.cc @@ -1,6 +1,6 @@ /* - * $Id: ipcache.cc,v 1.196 1998/07/29 03:57:39 wessels Exp $ + * $Id: ipcache.cc,v 1.197 1998/07/31 20:52:57 wessels Exp $ * * DEBUG: section 14 IP Cache * AUTHOR: Harvest Derived @@ -546,7 +546,7 @@ ipcache_dnsDispatch(dnsserver_t * dns, ipcache_entry * i) char *buf = NULL; assert(EBIT_TEST(dns->flags, HELPER_ALIVE)); if (!ipcacheHasPending(i)) { - debug(14, 0) ("Skipping lookup of '%s' because client(s) disappeared.\n", + debug(14, 3) ("Skipping lookup of '%s' because client(s) disappeared.\n", i->name); i->status = IP_NEGATIVE_CACHED; ipcache_release(i);