/*
- * $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
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);