Subject: CVS commit: basesrc/libexec/telnetd
To: None <source-changes@netbsd.org>
From: David Brownlee <abs@netbsd.org>
List: source-changes
Date: 08/12/2002 12:19:01
Module Name: basesrc
Committed By: abs
Date: Mon Aug 12 09:19:00 UTC 2002
Modified Files:
basesrc/libexec/telnetd: utility.c
Log Message:
If the peer closes the connection in ttloop()
syslog(LOG_ERR, "ttloop: peer died: %m");
is a little console spammingly excessive. Switch to LOG_INFO.
To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 basesrc/libexec/telnetd/utility.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.