From 103e8967c466aa2817d8eaec2f9dc9fe2a8c8cdb Mon Sep 17 00:00:00 2001 From: leo Date: Sun, 30 Mar 1997 21:04:13 +0000 Subject: Add a space to the attach message. --- sys/arch/atari/dev/md_root.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/arch/atari/dev') 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... */ } -- cgit