summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-05-03 08:49:05 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2012-05-03 08:49:05 +0200
commit8597affe159dfd44e75bcc72a1ce42eff61da96e (patch)
treed1f1fe204768e4276d5a9cf9bcbef12df7c9b0d3 /tools
parent420189ba2f860fe29b75a2c8e426d7ca9b1ffaf7 (diff)
downloadrsyslog-8597affe159dfd44e75bcc72a1ce42eff61da96e.tar.gz
rsyslog-8597affe159dfd44e75bcc72a1ce42eff61da96e.tar.xz
rsyslog-8597affe159dfd44e75bcc72a1ce42eff61da96e.zip
debug: slightly improved debug info for input module startup
Diffstat (limited to 'tools')
-rw-r--r--tools/syslogd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/syslogd.c b/tools/syslogd.c
index af63b111..93f37e4a 100644
--- a/tools/syslogd.c
+++ b/tools/syslogd.c
@@ -1489,6 +1489,7 @@ runInputModules(void)
pMod = module.GetNxtType(NULL, eMOD_IN);
while(pMod != NULL) {
if(pMod->mod.im.bCanRun) {
+ DBGPRINTF("trying to start input module '%s'\n", pMod->pszName);
/* activate here */
bNeedsCancel = (pMod->isCompatibleWithFeature(sFEATURENonCancelInputTermination) == RS_RET_OK) ?
0 : 1;