Subject: CVS commit: [netbsd-1-6] src/libexec/telnetd
To: None <source-changes@NetBSD.org>
From: James Chacon <jmc@netbsd.org>
List: source-changes
Date: 10/22/2003 06:19:03
Module Name:	src
Committed By:	jmc
Date:		Wed Oct 22 06:19:03 UTC 2003

Modified Files:
	src/libexec/telnetd [netbsd-1-6]: utility.c

Log Message:
Pullup rev 1.19 (requested by abs in ticket #1534)

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.18.2.1 src/libexec/telnetd/utility.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.