diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-11-17 18:19:19 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-11-17 18:19:19 +0100 |
commit | 80ec9ec5594d48f1724c4e4683789e3b79dee5da (patch) | |
tree | 643a39c7794424505fe13244dfbd5d45445deb6e /action.c | |
parent | 0bd11b7d7f0f2d8a94fd91a56f9cbd79bb4aed57 (diff) | |
download | rsyslog-80ec9ec5594d48f1724c4e4683789e3b79dee5da.tar.gz rsyslog-80ec9ec5594d48f1724c4e4683789e3b79dee5da.tar.bz2 rsyslog-80ec9ec5594d48f1724c4e4683789e3b79dee5da.zip |
bugfix: potential abort on startup in debug mode
This depends on template type being used. The root cause was a
non-necessary debug output, which were at the wrong spot (leftover from
initial testing).
Thanks to Pavel Levshin for alerting us and providing a patch
proposal.
Diffstat (limited to 'action.c')
-rw-r--r-- | action.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -860,7 +860,6 @@ dbgprintf("DDDDD: generating template #%d\n", i); assert(0); /* software bug if this happens! */ break; } -dbgprintf("DDDDD: template #%d is: '%s'\n", i, iparams->staticActStrings[i]); } finalize_it: |