fix a stray \n

This commit is contained in:
christos 2006-08-12 21:46:03 +00:00
parent cf1ddb6596
commit 0b7fa73e66
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: kern_subr.c,v 1.140 2006/08/12 20:27:35 christos Exp $ */
/* $NetBSD: kern_subr.c,v 1.141 2006/08/12 21:46:03 christos Exp $ */
/*-
* Copyright (c) 1997, 1998, 1999, 2002 The NetBSD Foundation, Inc.
@ -86,7 +86,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: kern_subr.c,v 1.140 2006/08/12 20:27:35 christos Exp $");
__KERNEL_RCSID(0, "$NetBSD: kern_subr.c,v 1.141 2006/08/12 21:46:03 christos Exp $");
#include "opt_ddb.h"
#include "opt_md.h"
@ -1100,7 +1100,7 @@ setroot(struct device *bootdv, int bootpartition)
}
}
aprint_normal(" dumps on %s\n", dumpdv->dv_xname);
aprint_normal(" dumps on %s", dumpdv->dv_xname);
if (DEV_USES_PARTITIONS(dumpdv))
aprint_normal("%c", DISKPART(dumpdev) + 'a');
aprint_normal("\n");