btrfs-progs: mkfs: print the new UUID

Unless the uuid is specified as the command line option, it's not
printed in the summary.

Signed-off-by: David Sterba <dsterba@suse.com>
master
David Sterba 2016-11-10 18:23:01 +01:00
parent ebcd9f7eef
commit dbf16fe5e4
1 changed files with 1 additions and 1 deletions

2
mkfs.c
View File

@ -1895,7 +1895,7 @@ raid_groups:
char features_buf[64];
printf("Label: %s\n", label);
printf("UUID: %s\n", fs_uuid);
printf("UUID: %s\n", mkfs_cfg.fs_uuid);
printf("Node size: %u\n", nodesize);
printf("Sector size: %u\n", sectorsize);
printf("Filesystem size: %s\n",