summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-09-25 18:02:00 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2012-09-25 18:02:00 +0200
commit73874b369b68a1596510fca90dcc66201a69ac28 (patch)
treebbf1696d0a23eb0e2c5bc26c1eef59523b80f3fc
parent92b8ffe5cdbde02f2651814adb64534ffe5ea70e (diff)
downloadrsyslog-73874b369b68a1596510fca90dcc66201a69ac28.tar.gz
rsyslog-73874b369b68a1596510fca90dcc66201a69ac28.tar.bz2
rsyslog-73874b369b68a1596510fca90dcc66201a69ac28.zip
minor cleanup
-rw-r--r--runtime/im-helper.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/im-helper.h b/runtime/im-helper.h
index 6bbd6d70..5c58dcd8 100644
--- a/runtime/im-helper.h
+++ b/runtime/im-helper.h
@@ -47,7 +47,6 @@ std_checkRuleset(modConfData_t *modConf, instanceConf_t *inst)
if(inst->pszBindRuleset == NULL)
FINALIZE;
-dbgprintf("ZZZZZ: inst->pszBindRuleset %s\n", inst->pszBindRuleset);
localRet = ruleset.GetRuleset(modConf->pConf, &pRuleset, inst->pszBindRuleset);
if(localRet == RS_RET_NOT_FOUND) {