From 4e6bba7df8170514183040897e363528c574be0e Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Fri, 21 Dec 2007 14:37:50 +0000 Subject: created first version of imtcp (still very much depending on syslogd.c for configuration and a lot of other things) --- tcpsyslog.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tcpsyslog.c') diff --git a/tcpsyslog.c b/tcpsyslog.c index 022a5fc4..f4a94bb8 100644 --- a/tcpsyslog.c +++ b/tcpsyslog.c @@ -276,6 +276,7 @@ int *create_tcp_socket(void) * many existing configurations. * rgerhards, 2007-06-28 */ +dbgprintf("creating tcp socket on port %s\n", TCPLstnPort); memset(&hints, 0, sizeof(hints)); hints.ai_flags = AI_PASSIVE | AI_NUMERICSERV; hints.ai_family = family; -- cgit