Date: Mon, 20 Mar 2000 14:42:41 -0500 (EST) From: Louis Mamakos <louie@uu.net> To: FreeBSD-gnats-submit@freebsd.org Subject: kern/17512: kernel message missing newline Message-ID: <200003201942.OAA79362@sayshell.eng.us.uu.net>
next in thread | raw e-mail | index | archive | help
>Number: 17512
>Category: kern
>Synopsis: kernel message missing newline
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Mon Mar 20 11:50:01 PST 2000
>Closed-Date:
>Last-Modified:
>Originator: Louis Mamakos
>Release: FreeBSD 4.0-CURRENT i386
>Organization:
UUNET
>Environment:
FreeBSD 4.0-current with SCSI changer device
>Description:
Warning message generated is missing newline.
>How-To-Repeat:
play some games with the chio command to query the source
of the currently loaded tape.
>Fix:
Index: scsi_ch.c
===================================================================
RCS file: /usr/cvs/src/sys/cam/scsi/scsi_ch.c,v
retrieving revision 1.20
diff -u -r1.20 scsi_ch.c
--- scsi_ch.c 2000/01/17 06:27:37 1.20
+++ scsi_ch.c 2000/03/20 19:39:26
@@ -1053,7 +1053,7 @@
if (!(ces->ces_flags & CES_SOURCE_VALID))
printf("ch: warning: could not map element source "
- "address %ud to a valid element type",
+ "address %ud to a valid element type\n",
eaddr);
}
>Release-Note:
>Audit-Trail:
>Unformatted:
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200003201942.OAA79362>
