From: wessels <> Date: Tue, 2 Jan 2001 05:14:32 +0000 (+0000) Subject: Wrong debugging section for ipcache.c X-Git-Tag: SQUID_3_0_PRE1~1715 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=39280fbbc00d7c5dca239915a4d1dd353dd80ac5;p=thirdparty%2Fsquid.git Wrong debugging section for ipcache.c --- diff --git a/src/ipcache.cc b/src/ipcache.cc index 77cdc57c88..b1da6ac1ba 100644 --- a/src/ipcache.cc +++ b/src/ipcache.cc @@ -1,6 +1,6 @@ /* - * $Id: ipcache.cc,v 1.229 2000/12/31 05:15:38 hno Exp $ + * $Id: ipcache.cc,v 1.230 2001/01/01 22:14:32 wessels Exp $ * * DEBUG: section 14 IP Cache * AUTHOR: Harvest Derived @@ -738,7 +738,7 @@ ipcacheAddEntryFromHosts(const char *name, const char *ipaddr) if (1 == i->flags.fromhosts) { ipcacheUnlockEntry(i); } else if (i->locks > 0) { - debug(35, 1) ("ipcacheAddEntryFromHosts: can't add static entry" + debug(14, 1) ("ipcacheAddEntryFromHosts: can't add static entry" " for locked name '%s'\n", name); return 1; } else {