]> git.ipfire.org Git - thirdparty/mdadm.git/commitdiff
Add missing space in "--detail --brief" output.
authorNeilBrown <neilb@suse.de>
Thu, 1 Oct 2009 02:38:31 +0000 (12:38 +1000)
committerNeilBrown <neilb@suse.de>
Thu, 1 Oct 2009 02:38:31 +0000 (12:38 +1000)
We need a space between the device name and the word "level"..

Signed-off-by: NeilBrown <neilb@suse.de>
Detail.c

index 001012a211cb38e85c8499222a0a0756f8f880ee..a70db340b17472779c346f6f06f7bfc17d932e5c 100644 (file)
--- a/Detail.c
+++ b/Detail.c
@@ -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) {