From b99eb9aa260675a6915e2e4283ef7aa502fb365b Mon Sep 17 00:00:00 2001 From: Michiel Broek Date: Sat, 14 Aug 2004 12:00:44 +0000 Subject: [PATCH] Removed some debug logging --- mbcico/opentcp.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/mbcico/opentcp.c b/mbcico/opentcp.c index 38351215..a6d5c202 100644 --- a/mbcico/opentcp.c +++ b/mbcico/opentcp.c @@ -131,9 +131,7 @@ int opentcp(char *name) return -1; } - Syslog('d', "SIGPIPE => sigpipe()"); signal(SIGPIPE, sigpipe); - Syslog('d', "SIGHUP => linedrop()"); signal(SIGHUP, linedrop); fflush(stdin); @@ -183,9 +181,7 @@ void closetcp(void) return; shutdown(fd, 2); - Syslog('d', "SIGHUP => SIG_IGN"); signal(SIGHUP, SIG_IGN); - Syslog('d', "SIGPIPE => SIG_IGN"); signal(SIGPIPE, SIG_IGN); if (carrier) {