/*
- * $Id: neighbors.cc,v 1.181 1998/03/19 07:13:31 wessels Exp $
+ * $Id: neighbors.cc,v 1.182 1998/03/20 18:03:18 wessels Exp $
*
* DEBUG: section 15 Neighbor Routines
* AUTHOR: Harvest Derived
/* Neighbor is dead; ping it anyway, but don't expect a reply */
/* log it once at the threshold */
if (p->stats.logged_state == PEER_ALIVE) {
- debug(15, 0) ("Detected DEAD %s: %s/%d/%d\n",
+ debug(15, 1) ("Detected DEAD %s: %s/%d/%d\n",
neighborTypeStr(p),
p->host, p->http_port, p->icp_port);
p->stats.logged_state = PEER_DEAD;
int rtt;
int n;
if (p->stats.logged_state == PEER_DEAD && p->tcp_up) {
- debug(15, 0) ("Detected REVIVED %s: %s/%d/%d\n",
+ debug(15, 1) ("Detected REVIVED %s: %s/%d/%d\n",
neighborTypeStr(p),
p->host, p->http_port, p->icp_port);
p->stats.logged_state = PEER_ALIVE;