From: wessels <> Date: Wed, 10 Jun 1998 05:34:00 +0000 (+0000) Subject: debugging X-Git-Tag: SQUID_3_0_PRE1~3147 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=04905c93495848a4c586ca8d802c263e5e7eea73;p=thirdparty%2Fsquid.git debugging --- diff --git a/src/comm.cc b/src/comm.cc index 3147c38e72..84e718e447 100644 --- a/src/comm.cc +++ b/src/comm.cc @@ -1,7 +1,7 @@ /* - * $Id: comm.cc,v 1.269 1998/06/09 22:43:46 wessels Exp $ + * $Id: comm.cc,v 1.270 1998/06/09 23:34:00 wessels Exp $ * * DEBUG: section 5 Socket Functions * AUTHOR: Harvest Derived @@ -364,6 +364,7 @@ void commConnectStart(int fd, const char *host, u_short port, CNCB * callback, void *data) { ConnectStateData *cs = xcalloc(1, sizeof(ConnectStateData)); + debug(5,3)("commConnectStart: FD %d, %s:%d\n", fd, host, (int) port); cbdataAdd(cs, MEM_NONE); cs->fd = fd; cs->host = xstrdup(host);