]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
debug
authorwessels <>
Wed, 5 Aug 1998 22:42:25 +0000 (22:42 +0000)
committerwessels <>
Wed, 5 Aug 1998 22:42:25 +0000 (22:42 +0000)
src/send-announce.cc

index 706fa7522fa4460dc31c17b2c750601284396f21..fabe7096a296c3cc641ef3ef07bcdaf4faee22ec 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: send-announce.cc,v 1.53 1998/07/22 20:37:46 wessels Exp $
+ * $Id: send-announce.cc,v 1.54 1998/08/05 16:42:25 wessels Exp $
  *
  * DEBUG: section 27    Cache Announcer
  * AUTHOR: Duane Wessels
@@ -68,7 +68,7 @@ send_announce(const ipcache_addrs * ia, void *junk)
        debug(27, 1) ("send_announce: Unknown host '%s'\n", host);
        return;
     }
-    debug(27, 0) ("Sending Announcement to %s\n", host);
+    debug(27, 1) ("Sending Announcement to %s\n", host);
     sndbuf[0] = '\0';
     snprintf(tbuf, 256, "cache_version SQUID/%s\n", version_string);
     strcat(sndbuf, tbuf);