From 342775b6b19badb2917b20070709b973eac94686 Mon Sep 17 00:00:00 2001 From: wessels <> Date: Wed, 5 Aug 1998 22:42:25 +0000 Subject: [PATCH] debug --- src/send-announce.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); -- 2.47.3