NetBSD Problem Report #28652

From www@netbsd.org  Tue Dec 14 08:48:18 2004
Return-Path: <www@netbsd.org>
Received: by narn.netbsd.org (Postfix, from userid 31301)
	id 1ADF0251EB5; Tue, 14 Dec 2004 08:48:18 +0000 (UTC)
Message-Id: <20041214084818.1ADF0251EB5@narn.netbsd.org>
Date: Tue, 14 Dec 2004 08:48:18 +0000 (UTC)
From: grange@rt.mipt.ru
Reply-To: grange@rt.mipt.ru
To: gnats-bugs@netbsd.org
Subject: Little pbsdboot fix
X-Send-Pr-Version: www-1.0

>Number:         28652
>Category:       port-hpcmips
>Synopsis:       Little pbsdboot fix
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    port-hpcmips-maintainer
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Dec 14 08:49:00 +0000 2004
>Originator:     Alexander Yurchenko
>Release:        -current
>Organization:
>Environment:
>Description:
There's missing %s in stat_printf.
>How-To-Repeat:
Code inspection.
>Fix:
Index: pbsdboot.c
===================================================================
RCS file: /cvsroot/src/sys/arch/hpcmips/stand/pbsdboot/pbsdboot.c,v
retrieving revision 1.4
diff -u -r1.4 pbsdboot.c
--- pbsdboot.c	4 Jun 2000 04:30:49 -0000	1.4
+++ pbsdboot.c	14 Dec 2004 08:46:45 -0000
@@ -57,7 +57,7 @@

 	stat_printf(TEXT("read information from %s..."), wkernel_name);
 	if (CheckCancel(0) || getinfo(fd, &start, &end) < 0) {
-		stat_printf(TEXT("read information failed"), wkernel_name);
+		stat_printf(TEXT("read information from %s...failed"), wkernel_name);
 		goto cancel;
 	}

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.39 2013/11/01 18:47:49 spz Exp $
$NetBSD: gnats_config.sh,v 1.8 2006/05/07 09:23:38 tsutsui Exp $
Copyright © 1994-2007 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.