From 04905c93495848a4c586ca8d802c263e5e7eea73 Mon Sep 17 00:00:00 2001 From: wessels <> Date: Wed, 10 Jun 1998 05:34:00 +0000 Subject: [PATCH] debugging --- src/comm.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); -- 2.47.3