From efa8dfb47da3ea46f06ab561aeb82ef1d6c3ee93 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Sat, 26 Oct 2013 13:54:45 +0200 Subject: maintain action ids (actionNbr) --- runtime/rsconf.c | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/rsconf.c') 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(); -- cgit v1.2.3