diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-02-12 12:55:52 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-02-12 12:55:52 +0000 |
commit | 32057ac4f9c31cd01e6501b08a60a46a319d8a2c (patch) | |
tree | 25a952fd06e0cfb90a2969512e5cf56e5ba752b1 /syslogd.c | |
parent | faa334e489a3922df0889ea4144ed311c690d9e7 (diff) | |
download | rsyslog-32057ac4f9c31cd01e6501b08a60a46a319d8a2c.tar.gz rsyslog-32057ac4f9c31cd01e6501b08a60a46a319d8a2c.tar.xz rsyslog-32057ac4f9c31cd01e6501b08a60a46a319d8a2c.zip |
reduced volume of debug output
Diffstat (limited to 'syslogd.c')
-rw-r--r-- | syslogd.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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); |