From: wessels <> Date: Wed, 5 Aug 1998 22:42:25 +0000 (+0000) Subject: debug X-Git-Tag: SQUID_3_0_PRE1~2924 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=342775b6b19badb2917b20070709b973eac94686;p=thirdparty%2Fsquid.git debug --- diff --git a/src/send-announce.cc b/src/send-announce.cc index 706fa7522f..fabe7096a2 100644 --- a/src/send-announce.cc +++ b/src/send-announce.cc @@ -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);