diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2007-02-22 17:20:18 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2007-02-22 17:20:18 +0000 |
commit | 90f87489f35b6526225602784c2ff8a7361ff4ad (patch) | |
tree | 7469d51a6614a19ee6758fd00c0495e8177d3071 /sys | |
parent | 6bdea381936509e0b8f1edb572f03fdb02617d55 (diff) |
Comment out the errmsg printf in hdgetdisklabel() again.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/hp300/dev/hd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hp300/dev/hd.c b/sys/arch/hp300/dev/hd.c index a573c30a56e..685be589d11 100644 --- a/sys/arch/hp300/dev/hd.c +++ b/sys/arch/hp300/dev/hd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: hd.c,v 1.43 2007/02/21 22:32:05 miod Exp $ */ +/* $OpenBSD: hd.c,v 1.44 2007/02/22 17:20:17 miod Exp $ */ /* $NetBSD: rd.c,v 1.33 1997/07/10 18:14:08 kleink Exp $ */ /* @@ -536,7 +536,7 @@ hdgetdisklabel(dev, rs, lp, clp, spoofonly) errstring = readdisklabel(HDLABELDEV(dev), hdstrategy, lp, clp, spoofonly); if (errstring) { - printf("%s: %s\n", rs->sc_dev.dv_xname, errstring); + /* printf("%s: %s\n", rs->sc_dev.dv_xname, errstring); */ return; } } |