From 438a7d20d449c72c92754b6131613b3788fa1ba7 Mon Sep 17 00:00:00 2001 From: ats Date: Fri, 10 Sep 1993 18:03:21 +0000 Subject: Fixed a small typo in an error printf. --- sys/scsi/sd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/scsi') diff --git a/sys/scsi/sd.c b/sys/scsi/sd.c index baf5a19..e931b7a 100644 --- a/sys/scsi/sd.c +++ b/sys/scsi/sd.c @@ -14,7 +14,7 @@ * * Ported to run under 386BSD by Julian Elischer (julian@dialix.oz.au) Sept 1992 * - * $Id: sd.c,v 1.6 1993/08/28 03:08:56 rgrimes Exp $ + * $Id: sd.c,v 1.7 1993/09/09 01:30:46 rgrimes Exp $ */ #define SPLSD splbio @@ -809,7 +809,7 @@ sd_size(unit, flags) NULL, flags | SCSI_DATA_IN) != 0) { - printf("sd0%: could not get size\n", unit); + printf("sd%d: could not get size\n", unit); return(0); } else { size = rdcap.addr_0 + 1 ; -- cgit v1.1