diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-10-26 13:54:45 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-10-26 13:54:45 +0200 |
commit | efa8dfb47da3ea46f06ab561aeb82ef1d6c3ee93 (patch) | |
tree | 853752612a18cbc37ec311e366d8a12cdfa07f31 /runtime/rsconf.c | |
parent | 71c851683b8911b2a6c37934dddff237902618bd (diff) | |
download | rsyslog-efa8dfb47da3ea46f06ab561aeb82ef1d6c3ee93.tar.gz rsyslog-efa8dfb47da3ea46f06ab561aeb82ef1d6c3ee93.tar.bz2 rsyslog-efa8dfb47da3ea46f06ab561aeb82ef1d6c3ee93.zip |
maintain action ids (actionNbr)
Diffstat (limited to 'runtime/rsconf.c')
-rw-r--r-- | runtime/rsconf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/rsconf.c b/runtime/rsconf.c index 8c808786..abce53b8 100644 --- a/runtime/rsconf.c +++ b/runtime/rsconf.c @@ -1205,6 +1205,7 @@ ourConf = loadConf; // TODO: remove, once ourConf is gone! ABORT_FINALIZE(RS_RET_NO_ACTIONS); } tellLexEndParsing(); + DBGPRINTF("Number of actions in this configuration: %d\n", iActionNbr); rulesetOptimizeAll(loadConf); tellCoreConfigLoadDone(); |