summaryrefslogtreecommitdiffstats
path: root/runtime/rsconf.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2013-10-26 13:54:45 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2013-10-26 13:54:45 +0200
commitefa8dfb47da3ea46f06ab561aeb82ef1d6c3ee93 (patch)
tree853752612a18cbc37ec311e366d8a12cdfa07f31 /runtime/rsconf.c
parent71c851683b8911b2a6c37934dddff237902618bd (diff)
downloadrsyslog-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.c1
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();