From: wessels <> Date: Mon, 19 Oct 1998 10:44:38 +0000 (+0000) Subject: typo X-Git-Tag: SQUID_3_0_PRE1~2544 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e6d98ca43c6775c986ec8ed66487a5528f9c1c7f;p=thirdparty%2Fsquid.git typo --- diff --git a/src/ipcache.cc b/src/ipcache.cc index daecc2ed4d..8537cedf44 100644 --- a/src/ipcache.cc +++ b/src/ipcache.cc @@ -1,6 +1,6 @@ /* - * $Id: ipcache.cc,v 1.204 1998/10/10 14:57:40 wessels Exp $ + * $Id: ipcache.cc,v 1.205 1998/10/19 04:44:38 wessels Exp $ * * DEBUG: section 14 IP Cache * AUTHOR: Harvest Derived @@ -266,7 +266,7 @@ ipcacheParse(const char *inbuf) int ttl; char A[32][16]; xstrncpy(buf, inbuf, DNS_INBUF_SZ); - debug(14, 5) ("ipcacheParse: parsing:\n%s", buf); + debug(14, 5) ("ipcacheParse: parsing:%s\n", buf); memset(&i, '\0', sizeof(i)); i.expires = squid_curtime; i.status = IP_NEGATIVE_CACHED;