summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-09-26 10:57:06 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2012-09-26 10:57:06 +0200
commitf395c4f3b3852b2674304eba7ccbd1b0dbc900fc (patch)
treee024eb2b06a12b0198d9f6dedb6841e8960a9313 /runtime
parentc6cb5bf4aa75b79bdc3cd1af38788a32bd2c8e1a (diff)
parent27beafede14da47ac55b07df1fd4f9cb9be8814a (diff)
downloadrsyslog-f395c4f3b3852b2674304eba7ccbd1b0dbc900fc.tar.gz
rsyslog-f395c4f3b3852b2674304eba7ccbd1b0dbc900fc.tar.bz2
rsyslog-f395c4f3b3852b2674304eba7ccbd1b0dbc900fc.zip
Merge branch 'v6-devel'
Diffstat (limited to 'runtime')
-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) {