diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1994-12-22 04:42:31 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1994-12-22 04:42:31 +0000 |
| commit | 222d875bece95199bdd6614d3f8a9df6252d7ed4 (patch) | |
| tree | 80b917fbc45eed911ac49eec49c58f8f2763d571 /sys/kern/subr_disklabel.c | |
| parent | 074c4a4e2ee4029e924580f689ec868500c8a75b (diff) | |
Notes
Diffstat (limited to 'sys/kern/subr_disklabel.c')
| -rw-r--r-- | sys/kern/subr_disklabel.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/subr_disklabel.c b/sys/kern/subr_disklabel.c index cab1e207c930..d5e699eb1830 100644 --- a/sys/kern/subr_disklabel.c +++ b/sys/kern/subr_disklabel.c @@ -42,7 +42,7 @@ * SUCH DAMAGE. * * @(#)ufs_disksubr.c 8.5 (Berkeley) 1/21/94 - * $Id: ufs_disksubr.c,v 1.6 1994/10/27 20:45:12 jkh Exp $ + * $Id: ufs_disksubr.c,v 1.7 1994/12/16 16:31:23 bde Exp $ */ #include <sys/param.h> @@ -632,7 +632,7 @@ diskerr(bp, dname, what, pri, blkdone, lp) slicename[0] = '\0'; if (slice != WHOLE_DISK_SLICE) sprintf(slicename, "s%d", slice); - (*pr)("%s%d%s", dname, unit, slice); + (*pr)("%s%d%s", dname, unit, slicename); #ifndef PRE_DISKSLICE_COMPAT if (slice != WHOLE_DISK_SLICE) #endif |
