summaryrefslogtreecommitdiff
path: root/tools/syslogd.c
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2010-07-07 15:37:41 +0200
committerMichael Biebl <biebl@debian.org>2010-07-07 15:37:41 +0200
commit037725d8367a90e38f4a8f3946920e978abac77f (patch)
tree4474e17efae0512901843014afb37c26e8c82682 /tools/syslogd.c
parent0c3924200ff23e6444058f01b2b7446cde6e1581 (diff)
downloadrsyslog-2cbe7f47b5c5129b9d5c8f8a4a52844f215fb7bf.tar.gz
Imported Upstream version 4.6.3upstream/4.6.3
Diffstat (limited to 'tools/syslogd.c')
-rw-r--r--tools/syslogd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/syslogd.c b/tools/syslogd.c
index 64b2356..a03dcf0 100644
--- a/tools/syslogd.c
+++ b/tools/syslogd.c
@@ -792,7 +792,7 @@ parseAndSubmitMessage(uchar *hname, uchar *hnameIP, uchar *msg, int len, int fla
* (I couldn't do any more smart things anyway...).
* rgerhards, 2007-9-20
*/
- DBGPRINTF("internal error: iMsg > max msg size in printchopped()\n");
+ DBGPRINTF("internal error: iMsg > max msg size in parseAndSubmitMessage()\n");
}
FINALIZE; /* in this case, we are done... nothing left we can do */
}