Module Name:    src
Committed By:   isaki
Date:           Fri Apr  6 09:44:44 UTC 2012

Modified Files:
        src/sys/arch/x68k/stand/mboot: mboot.c

Log Message:
Oops, One more message.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/x68k/stand/mboot/mboot.c

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

Modified files:

Index: src/sys/arch/x68k/stand/mboot/mboot.c
diff -u src/sys/arch/x68k/stand/mboot/mboot.c:1.11 src/sys/arch/x68k/stand/mboot/mboot.c:1.12
--- src/sys/arch/x68k/stand/mboot/mboot.c:1.11	Fri Apr  6 09:38:40 2012
+++ src/sys/arch/x68k/stand/mboot/mboot.c	Fri Apr  6 09:44:44 2012
@@ -1,4 +1,4 @@
-/*	$NetBSD: mboot.c,v 1.11 2012/04/06 09:38:40 isaki Exp $	*/
+/*	$NetBSD: mboot.c,v 1.12 2012/04/06 09:44:44 isaki Exp $	*/
 
 /*-
  * Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -50,7 +50,7 @@ bootmain(int scsiid)
 		return 0;
 
 	if (IOCS_S_READCAP(scsiid, &cap) < 0) {
-		IOCS_B_PRINT("Error in reading.\r\n");
+		IOCS_B_PRINT(BOOT ": Error in reading.\r\n");
 		return 0;
 	}
 	size = cap.size >> 9;

Reply via email to