summaryrefslogtreecommitdiffstats
path: root/grammar
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2013-10-28 16:03:32 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2013-10-28 16:03:32 +0100
commit286bf42f61f5b67daf0d6a3d2234f0b50a2a9c97 (patch)
tree0ac1ec681f91669355c2700e535bdc48109585b4 /grammar
parent4cf5b6cb49385a3f5cdcbe34c534bbd4b89e4d8c (diff)
downloadrsyslog-286bf42f61f5b67daf0d6a3d2234f0b50a2a9c97.tar.gz
rsyslog-286bf42f61f5b67daf0d6a3d2234f0b50a2a9c97.tar.bz2
rsyslog-286bf42f61f5b67daf0d6a3d2234f0b50a2a9c97.zip
milestone: action engine changed to partially support wrkr instance action interface
Diffstat (limited to 'grammar')
-rw-r--r--grammar/rainerscript.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/grammar/rainerscript.c b/grammar/rainerscript.c
index abf9dd34..30c36201 100644
--- a/grammar/rainerscript.c
+++ b/grammar/rainerscript.c
@@ -2427,7 +2427,7 @@ cnfstmtPrintOnly(struct cnfstmt *stmt, int indent, sbool subtree)
free(cstr);
break;
case S_ACT:
- doIndent(indent); dbgprintf("ACTION %p [%s:%s]\n", stmt->d.act,
+ doIndent(indent); dbgprintf("ACTION %d [%s:%s]\n", stmt->d.act->iActionNbr,
modGetName(stmt->d.act->pMod), stmt->printable);
break;
case S_IF: