btrfs-progs: tune: add the missing newline for --convert-from-block-group-tree

There is a missing newline for a successful
--convert-from-block-group-tree run, meanwhile
--convert-to-block-group-tree has the correct newline.

Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Reviewed-by: Naohiro Aota <naohiro.aota@wdc.com>
Signed-off-by: Qu Wenruo <wqu@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
Qu Wenruo 2024-03-26 10:52:42 +10:30 committed by David Sterba
parent 3793e987d2
commit b310b231f1

View file

@ -270,7 +270,7 @@ iterate_bgs:
return ret;
}
pr_verbose(LOG_DEFAULT,
"Converted filesystem with block-group-tree to extent tree feature");
"Converted filesystem with block-group-tree to extent tree feature\n");
return 0;
error: