Add missing space in "--detail --brief" output.

We need a space between the device name and the word "level"..

Signed-off-by: NeilBrown <neilb@suse.de>
This commit is contained in:
NeilBrown 2009-10-01 12:38:31 +10:00
parent 58ad57f684
commit 0e90271e53
1 changed files with 2 additions and 2 deletions

View File

@ -207,11 +207,11 @@ int Detail(char *dev, int brief, int export, int test, char *homehost)
printf("ARRAY %s", dev);
if (brief > 1) {
if (array.raid_disks)
printf("level=%s num-devices=%d",
printf(" level=%s num-devices=%d",
c?c:"-unknown-",
array.raid_disks );
else
printf("level=container num-devices=%d",
printf(" level=container num-devices=%d",
array.nr_disks);
}
if (container) {