From 32057ac4f9c31cd01e6501b08a60a46a319d8a2c Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Tue, 12 Feb 2008 12:55:52 +0000 Subject: reduced volume of debug output --- syslogd.c | 1 - 1 file changed, 1 deletion(-) (limited to 'syslogd.c') diff --git a/syslogd.c b/syslogd.c index df67fe06..62c751c7 100644 --- a/syslogd.c +++ b/syslogd.c @@ -2396,7 +2396,6 @@ static void doDie(int sig) { static int iRetries = 0; /* debug aid */ dbgprintf("DoDie called.\n"); - dbgPrintAllDebugInfo(); if(iRetries++ == 4) { dbgprintf("DoDie called 5 times - unconditional exit\n"); exit(1); -- cgit v1.2.3