]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
typo
authorwessels <>
Mon, 19 Oct 1998 10:44:38 +0000 (10:44 +0000)
committerwessels <>
Mon, 19 Oct 1998 10:44:38 +0000 (10:44 +0000)
src/ipcache.cc

index daecc2ed4d4e2715a94b61cc65fddf62dface58f..8537cedf448e1604f290fd346b8317951469302c 100644 (file)
@@ -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;