summaryrefslogtreecommitdiffstats
path: root/runtime/conf.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-04-09 20:48:31 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-04-09 20:48:31 +0200
commit1a0b77dc7154deea77dc4ca6417ff5ff62ff2ce7 (patch)
treef1ed2a53069b95fbbb055cb8bb8efada121ed28b /runtime/conf.c
parent216d7a2525c63d56b057c33b9f4ef6a250096256 (diff)
parentba5a59128f6559d58cdd4defe46a9db564d3e2c1 (diff)
downloadrsyslog-1a0b77dc7154deea77dc4ca6417ff5ff62ff2ce7.tar.gz
rsyslog-1a0b77dc7154deea77dc4ca6417ff5ff62ff2ce7.tar.bz2
rsyslog-1a0b77dc7154deea77dc4ca6417ff5ff62ff2ce7.zip
Merge branch 'nextmaster' into solaris
Diffstat (limited to 'runtime/conf.c')
-rw-r--r--runtime/conf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/conf.c b/runtime/conf.c
index ede15cc7..27ab8bb4 100644
--- a/runtime/conf.c
+++ b/runtime/conf.c
@@ -796,7 +796,6 @@ dbgprintf("calling expression parser, pp %p ('%s')\n", *pline, *pline);
/* debug support - print vmprg after construction (uncomment to use) */
/* vmprgDebugPrint(f->f_filterData.f_expr->pVmprg); */
- vmprgDebugPrint(f->f_filterData.f_expr->pVmprg);
/* we now need to skip whitespace to the action part, else we confuse
* the legacy rsyslog conf parser. -- rgerhards, 2008-02-25