-const char gateway_rcs[] = "$Id: gateway.c,v 1.27 2008/09/27 15:05:51 fabiankeil Exp $";
+const char gateway_rcs[] = "$Id: gateway.c,v 1.28 2008/10/09 18:21:41 fabiankeil Exp $";
/*********************************************************************
*
* File : $Source: /cvsroot/ijbswa/current/gateway.c,v $
*
* Revisions :
* $Log: gateway.c,v $
+ * Revision 1.28 2008/10/09 18:21:41 fabiankeil
+ * Flush work-in-progress changes to keep outgoing connections
+ * alive where possible. Incomplete and mostly #ifdef'd out.
+ *
* Revision 1.27 2008/09/27 15:05:51 fabiankeil
* Return only once in forwarded_connect().
*
else
{
log_error(LOG_LEVEL_CONNECT,
- "Failed to poll socket %d for %s:%d in slot %d",
+ "Failed to poll socket %d for %s:%d in slot %d.",
reusable_connection[slot].sfd, reusable_connection[slot].host,
reusable_connection[slot].port, slot);
}
reusable_connection[slot].in_use = TRUE;
sfd = reusable_connection[slot].sfd;
log_error(LOG_LEVEL_CONNECT,
- "Found reusable socket %d for %s:%d in slot %d",
+ "Found reusable socket %d for %s:%d in slot %d.",
sfd, reusable_connection[slot].host, reusable_connection[slot].port, slot);
break;
}