summaryrefslogtreecommitdiffstats
path: root/sys/scsi/st.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/scsi/st.c')
-rw-r--r--sys/scsi/st.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/scsi/st.c b/sys/scsi/st.c
index 5dba78e..86f31e7 100644
--- a/sys/scsi/st.c
+++ b/sys/scsi/st.c
@@ -12,7 +12,7 @@
* on the understanding that TFS is not responsible for the correct
* functioning of this software in any circumstances.
*
- * $Id: st.c,v 1.23 1994/12/16 06:03:26 phk Exp $
+ * $Id: st.c,v 1.24 1995/01/08 13:38:36 dufault Exp $
*/
/*
@@ -602,7 +602,7 @@ stopen(dev, flags)
* This time take notice of the return result
*/
if (errno = (scsi_test_unit_ready(sc_link, 0))) {
- printf("st%d: not ready\n", unit);
+ uprintf("st%d: not ready\n", unit);
st_unmount(unit, NOEJECT);
return (errno);
}
OpenPOWER on IntegriCloud