diff options
| author | leo <leo@NetBSD.org> | 1997-03-30 21:04:13 +0000 |
|---|---|---|
| committer | leo <leo@NetBSD.org> | 1997-03-30 21:04:13 +0000 |
| commit | 103e8967c466aa2817d8eaec2f9dc9fe2a8c8cdb (patch) | |
| tree | eba80d85cd091ec418dafdd2b80c5648f8ab26d2 /sys/arch/atari/dev/md_root.c | |
| parent | f7d4d2acec25b71b0f27a31712e74e294947a5ad (diff) | |
Add a space to the attach message.
Diffstat (limited to 'sys/arch/atari/dev/md_root.c')
| -rw-r--r-- | sys/arch/atari/dev/md_root.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/atari/dev/md_root.c b/sys/arch/atari/dev/md_root.c index 01650716262..15598de0fa2 100644 --- a/sys/arch/atari/dev/md_root.c +++ b/sys/arch/atari/dev/md_root.c @@ -1,4 +1,4 @@ -/* $NetBSD: md_root.c,v 1.11 1996/12/28 23:51:23 pk Exp $ */ +/* $NetBSD: md_root.c,v 1.12 1997/03/30 21:04:13 leo Exp $ */ /* * Copyright (c) 1996 Leo Weppelman. @@ -109,8 +109,8 @@ int unit; struct md_conf *md; { if (atari_realconfig && (unit < RAMD_NDEV) && rd_info[unit].ramd_flag) { - printf ("md%d:%sauto-load on open. Size %ld bytes.\n", unit, - rd_info[unit].ramd_flag & RAMD_LCOMP ? " decompress/" : "", + printf ("md%d: %sauto-load on open. Size %ld bytes.\n", unit, + rd_info[unit].ramd_flag & RAMD_LCOMP ? "decompress/" : "", rd_info[unit].ramd_size); md->md_type = MD_UNCONFIGURED; /* Paranoia... */ } |
