summaryrefslogtreecommitdiffstats
path: root/conf.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-04-02 12:26:03 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-04-02 12:26:03 +0000
commit0434294dd0df17f45bfcbb5925ff6d6d623c684a (patch)
treeac3d0947208bb67b9aac63ce53fa9a4b82777b68 /conf.c
parente0ca4d182eda0111553dbb9c5500bbcc0370ee07 (diff)
downloadrsyslog-0434294dd0df17f45bfcbb5925ff6d6d623c684a.tar.gz
rsyslog-0434294dd0df17f45bfcbb5925ff6d6d623c684a.tar.xz
rsyslog-0434294dd0df17f45bfcbb5925ff6d6d623c684a.zip
added more meaningful error messages to rsyslogd (when some errors happens
during startup)
Diffstat (limited to 'conf.c')
-rw-r--r--conf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.c b/conf.c
index f3f10ba3..14e73f0e 100644
--- a/conf.c
+++ b/conf.c
@@ -1199,7 +1199,7 @@ BEGINAbstractObjClassInit(conf, 1, OBJ_IS_CORE_MODULE) /* class, version - CHANG
CHKiRet(objUse(ctok, CORE_COMPONENT));
CHKiRet(objUse(module, CORE_COMPONENT));
CHKiRet(objUse(errmsg, CORE_COMPONENT));
- CHKiRet(objUse(net, LM_NET_FILENAME));
+ CHKiRet(objUse(net, LM_NET_FILENAME)); /* TODO: make this dependcy go away! */
ENDObjClassInit(conf)
/* vi:set ai: