summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-07-25 13:52:08 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-07-25 13:52:08 +0200
commit480125e16ce0cdd63d9ee0b47565789984c217e0 (patch)
treeb0adc873ac98cda42bf77f841bdba59aeec61fd0 /plugins
parent8ed5da5dc4c3b146e4636dd8b44fe62df4d90c80 (diff)
parentb829284f37add946ac810b125e3bededa1206c96 (diff)
downloadrsyslog-480125e16ce0cdd63d9ee0b47565789984c217e0.tar.gz
rsyslog-480125e16ce0cdd63d9ee0b47565789984c217e0.tar.xz
rsyslog-480125e16ce0cdd63d9ee0b47565789984c217e0.zip
Merge branch 'beta'
Diffstat (limited to 'plugins')
-rw-r--r--plugins/imklog/linux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/imklog/linux.c b/plugins/imklog/linux.c
index 862f5856..198b7c0e 100644
--- a/plugins/imklog/linux.c
+++ b/plugins/imklog/linux.c
@@ -139,7 +139,7 @@ static enum LOGSRC GetKernelLogSrc(void)
{
/* Initialize kernel logging. */
ksyslog(1, NULL, 0);
- imklogLogIntMsg(LOG_INFO, "imklogd %s, log source = ksyslog "
+ imklogLogIntMsg(LOG_INFO, "imklog %s, log source = ksyslog "
"started.", VERSION);
return(kernel);
}