/*
- * $Id: comm.cc,v 1.111 1996/11/28 07:31:47 wessels Exp $
+ * $Id: comm.cc,v 1.112 1996/11/29 03:28:50 wessels Exp $
*
* DEBUG: section 5 Socket Functions
* AUTHOR: Harvest Derived
} else {
/* Len == 0 means connection closed; otherwise would not have been
* called by comm_select(). */
- debug(50, len == 0 ? 2 : 1,
- "commHandleRead: FD %d: read failure: %s\n",
+ debug(50, 2, "commHandleRead: FD %d: read failure: %s\n",
fd,
len == 0 ? "connection closed" : xstrerror());
RWStateCallbackAndFree(fd, COMM_ERROR);
/*
- * $Id: main.cc,v 1.117 1996/11/28 07:27:38 wessels Exp $
+ * $Id: main.cc,v 1.118 1996/11/29 03:28:52 wessels Exp $
*
* DEBUG: section 1 Startup and Main Loop
* AUTHOR: Harvest Derived
time_t loop_delay;
/* call mallopt() before anything else */
-#if 0 && HAVE_MALLOPT
+#if HAVE_MALLOPT
#ifdef M_GRAIN
/* Round up all sizes to a multiple of this */
mallopt(M_GRAIN, 16);
/*
- * $Id: neighbors.cc,v 1.93 1996/11/28 07:31:52 wessels Exp $
+ * $Id: neighbors.cc,v 1.94 1996/11/29 03:28:53 wessels Exp $
*
* DEBUG: section 15 Neighbor Routines
* AUTHOR: Harvest Derived
return;
}
if (mem == NULL) {
- debug(15, 1, "Ignoring %s for missing mem_obj: %s\n", opcode_d, url);
+ debug(15, 2, "Ignoring %s for missing mem_obj: %s\n", opcode_d, url);
neighborCountIgnored(e, opcode);
return;
}
if (entry->ping_status != PING_WAITING) {
- debug(15, 1, "neighborsUdpAck: Unexpected %s for %s\n", opcode_d, url);
+ debug(15, 2, "neighborsUdpAck: Unexpected %s for %s\n", opcode_d, url);
neighborCountIgnored(e, opcode);
return;
}