From 618a7f6a220563a50909d0e15eb90ce222aced31 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Wed, 12 Mar 2008 14:08:21 +0000 Subject: changed omgssapi and omfwd to utilize new object calling interface; made a tcpclt class; (stage work, among others, for more intelligent recovery from TCP session recovery) --- syslogd.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'syslogd.c') diff --git a/syslogd.c b/syslogd.c index c811c897..487fbb40 100644 --- a/syslogd.c +++ b/syslogd.c @@ -1962,8 +1962,6 @@ die(int sig) */ module.UnloadAndDestructAll(eMOD_LINK_ALL); -dbgprintf("modules still loaded:\n"); -modUsrPrintAll(); dbgprintf("Clean shutdown completed, bye\n"); /* dbgClassExit MUST be the last one, because it de-inits the debug system */ dbgClassExit(); -- cgit