Skip to content

Commit b310b23

Browse files
adam900710kdave
authored andcommitted
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>
1 parent 3793e98 commit b310b23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tune/convert-bgt.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ int convert_to_extent_tree(struct btrfs_fs_info *fs_info)
270270
return ret;
271271
}
272272
pr_verbose(LOG_DEFAULT,
273-
"Converted filesystem with block-group-tree to extent tree feature");
273+
"Converted filesystem with block-group-tree to extent tree feature\n");
274274
return 0;
275275

276276
error:

0 commit comments

Comments
 (0)