summaryrefslogtreecommitdiff
path: root/mkfs.c
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2016-11-10 18:23:01 +0100
committerDavid Sterba <dsterba@suse.com>2016-11-11 16:25:18 +0100
commitdbf16fe5e4317e432525b5d3a36d31e77e4c5a5a (patch)
treec338d7c15d9d8fae1f6b04bfe3a9fe6f5067ed4b /mkfs.c
parentebcd9f7eefb3c6cdab79b5589fe96ce48f33092c (diff)
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>
Diffstat (limited to 'mkfs.c')
-rw-r--r--mkfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkfs.c b/mkfs.c
index baff7067..e501a939 100644
--- a/mkfs.c
+++ b/mkfs.c
@@ -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",