From louie@uu.net  Mon Mar 20 11:43:01 2000
Return-Path: <louie@uu.net>
Received: from sayshell.eng.us.uu.net (sayshell.eng.us.uu.net [199.170.215.155])
	by hub.freebsd.org (Postfix) with ESMTP id 9FCBE37B964
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 20 Mar 2000 11:42:51 -0800 (PST)
	(envelope-from louie@uu.net)
Received: (from root@localhost)
	by sayshell.eng.us.uu.net (8.9.3/8.9.3) id OAA79362;
	Mon, 20 Mar 2000 14:42:41 -0500 (EST)
	(envelope-from louie)
Message-Id: <200003201942.OAA79362@sayshell.eng.us.uu.net>
Date: Mon, 20 Mar 2000 14:42:41 -0500 (EST)
From: Louis Mamakos <louie@uu.net>
Reply-To: louie@uu.net
To: FreeBSD-gnats-submit@freebsd.org
Subject: kernel message missing newline
X-Send-Pr-Version: 3.2

>Number:         17512
>Category:       kern
>Synopsis:       kernel message missing newline
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    ken
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 20 11:50:01 PST 2000
>Closed-Date:    Sat Apr 22 13:58:56 PDT 2000
>Last-Modified:  Sat Apr 22 13:59:31 PDT 2000
>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:
Responsible-Changed-From-To: freebsd-bugs->ken 
Responsible-Changed-By: ken 
Responsible-Changed-When: Mon Mar 27 21:26:24 PST 2000 
Responsible-Changed-Why:  
My driver, I'll handle it. 
State-Changed-From-To: open->suspended 
State-Changed-By: ken 
State-Changed-When: Sat Apr 1 23:50:59 PST 2000 
State-Changed-Why:  
Fixed in rev 1.21 of scsi_ch.c.  There is another change in there 
that needs to sit for a few days, so I'm putting this into the suspended 
state to remind me to MFC this to RELENG_4 and RELENG_3 after a little 
time has passed. 
Thanks! 
State-Changed-From-To: suspended->closed 
State-Changed-By: ken 
State-Changed-When: Sat Apr 22 13:58:56 PDT 2000 
State-Changed-Why:  
Fix MFC'ed into RELENG_3 and RELENG_4, so this can be closed. 
>Unformatted:
