summaryrefslogtreecommitdiffstats
path: root/runtime/rsconf.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-05-06 10:30:10 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2011-05-06 10:30:10 +0200
commit759904862dab6e580c6b890fd9ed75e1f29271f1 (patch)
treeb804f701bca837c63827d40bdf40ba5602fd3416 /runtime/rsconf.c
parentff2bb192f2c566f189a9d104d83d7a70c7888774 (diff)
downloadrsyslog-759904862dab6e580c6b890fd9ed75e1f29271f1.tar.gz
rsyslog-759904862dab6e580c6b890fd9ed75e1f29271f1.tar.xz
rsyslog-759904862dab6e580c6b890fd9ed75e1f29271f1.zip
step: imtcp did not properly handle privilege drop
Diffstat (limited to 'runtime/rsconf.c')
-rw-r--r--runtime/rsconf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/rsconf.c b/runtime/rsconf.c
index 94190d76..0f944539 100644
--- a/runtime/rsconf.c
+++ b/runtime/rsconf.c
@@ -357,7 +357,7 @@ tellModulesActivateConfigPrePrivDrop(void)
if( node->pMod->beginCnfLoad != NULL
&& node->pMod->activateCnfPrePrivDrop != NULL
&& node->canActivate) {
- DBGPRINTF("activating config %p for module %s\n",
+ DBGPRINTF("pre priv drop activating config %p for module %s\n",
runConf, node->pMod->pszName);
localRet = node->pMod->activateCnfPrePrivDrop(node->modCnf);
if(localRet != RS_RET_OK) {