From 244eb7aa6e0986a8023fc6a57ed6c7593a87a7bd Mon Sep 17 00:00:00 2001 From: Joey Schulze Date: Sat, 26 May 2007 10:45:55 +0000 Subject: [PATCH] Log message --- syslogd.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/syslogd.c b/syslogd.c index f8953f2..6737665 100644 --- a/syslogd.c +++ b/syslogd.c @@ -483,6 +483,9 @@ static char sccsid[] = "@(#)syslogd.c 5.27 (Berkeley) 10/10/88"; * Sat May 26 10:05:05 CEST 2007: Martin Schulze * Only try to gather the local domain name when messages are to * be received from the network, it's not needed otherwise. + * + * Sat May 26 12:22:44 CEST 2007: Martin Schulze + * Properly accompany the MARK message with the facility. */ @@ -1158,9 +1161,9 @@ int main(argc, argv) dprintf("UNIX socket error: %d = %s.\n", \ errno, strerror(errno)); logerror("recvfrom UNIX"); - } - } } + } + } #endif #ifdef SYSLOG_INET