/*
- * $Id: neighbors.cc,v 1.231 1998/07/31 00:15:49 wessels Exp $
+ * $Id: neighbors.cc,v 1.232 1998/08/05 07:56:08 wessels Exp $
*
* DEBUG: section 15 Neighbor Routines
* AUTHOR: Harvest Derived
peer *p = data;
if (status == COMM_OK) {
p->tcp_up = PEER_TCP_MAGIC_COUNT;
- debug(15, 0) ("TCP connection to %s/%d succeeded\n",
+ debug(15, 1) ("TCP connection to %s/%d succeeded\n",
p->host, p->http_port);
} else {
eventAdd("peerCheckConnect", peerCheckConnect, p, 60.0, 1);
{
if (!p->tcp_up)
return;
- debug(15, 0) ("TCP connection to %s/%d failed\n", p->host, p->http_port);
+ debug(15, 1) ("TCP connection to %s/%d failed\n", p->host, p->http_port);
p->tcp_up--;
if (p->tcp_up != (PEER_TCP_MAGIC_COUNT - 1))
return;