/*
- * $Id: comm.cc,v 1.186 1997/08/25 22:35:52 wessels Exp $
+ * $Id: comm.cc,v 1.187 1997/10/20 19:24:59 wessels Exp $
*
* DEBUG: section 5 Socket Functions
* AUTHOR: Harvest Derived
break;
default:
if (commRetryConnect(fd, cs)) {
- debug(5, 1) ("Retrying connection to %s: %s\n",
+ debug(5, 2) ("Retrying connection to %s: %s\n",
cs->host, xstrerror());
cs->S.sin_addr.s_addr = 0;
ipcacheCycleAddr(cs->host);