Date: Sat, 9 Mar 2002 03:38:01 -0800 (PST) From: David Malone <dwmalone@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen syslog.c Message-ID: <200203091138.g29Bc1k97158@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dwmalone 2002/03/09 03:38:01 PST
Modified files:
lib/libc/gen syslog.c
Log:
If syslog fails to talk to syslogd, then it tries to write a message
to the console in a final attempt to log something. Make this final
attempt non-blocking so that a blocking console doesn't end up
blocking process which attempt to syslog something.
In particular, this means you should be able to su and fix the
problem if the console becomes blocking.
MFC after: 3 weeks
Revision Changes Path
1.25 +4 -4 src/lib/libc/gen/syslog.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203091138.g29Bc1k97158>
