summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-04-18 14:38:17 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-04-18 14:38:17 +0200
commit032b9c1f64691e868b14e6d271ebfc2d093b0c66 (patch)
tree96a2612e3c46bb0266c44fec442c244e99fcf8d7 /tools
parentfd6c3bc36a5a32f873299f7ae2dfc184e6e3c658 (diff)
parent08a4fc4ae56f29cc21c997488291f49b83fd1102 (diff)
downloadrsyslog-032b9c1f64691e868b14e6d271ebfc2d093b0c66.tar.gz
rsyslog-032b9c1f64691e868b14e6d271ebfc2d093b0c66.tar.xz
rsyslog-032b9c1f64691e868b14e6d271ebfc2d093b0c66.zip
Merge branch 'master' into tls
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 f2b18a3d..4327ab7f 100644
--- a/tools/syslogd.c
+++ b/tools/syslogd.c
@@ -2771,6 +2771,7 @@ InitGlobalClasses(void)
/* Intialize the runtime system */
pErrObj = "rsyslog runtime"; /* set in case the runtime errors before setting an object */
CHKiRet(rsrtInit(&pErrObj, &obj));
+ CHKiRet(rsrtSetErrLogger(submitErrMsg)); /* set out error handler */
/* Now tell the system which classes we need ourselfs */
pErrObj = "glbl";