diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-10-18 10:39:46 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-10-18 10:39:46 +0000 |
commit | 15a5caadb8799f5d3c002a905086849c7ab9eee7 (patch) | |
tree | a7893e435bb3809a058d7535584434de2d54fbcd /sys/arch/pmax | |
parent | a3c2f60f0819c6cca192143ea6932e6d8bb0e960 (diff) |
avoid "no disklabel" error messages
Diffstat (limited to 'sys/arch/pmax')
-rw-r--r-- | sys/arch/pmax/dev/rz.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/pmax/dev/rz.c b/sys/arch/pmax/dev/rz.c index a695cd3a6de..a8c472a6c1f 100644 --- a/sys/arch/pmax/dev/rz.c +++ b/sys/arch/pmax/dev/rz.c @@ -818,7 +818,7 @@ rzgetinfo(dev) msg = readdisklabel(dev, rzstrategy, lp, &cd); if (msg == NULL) return; - printf("rz%d: WARNING: %s\n", unit, msg); + /*printf("rz%d: WARNING: %s\n", unit, msg);*/ #ifdef COMPAT_ULTRIX /* |