From b310b231f1ab13107b09e399aa6ad955f7593d8a Mon Sep 17 00:00:00 2001 From: Qu Wenruo Date: Tue, 26 Mar 2024 10:52:42 +1030 Subject: [PATCH] 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 Reviewed-by: Naohiro Aota Signed-off-by: Qu Wenruo Signed-off-by: David Sterba --- tune/convert-bgt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tune/convert-bgt.c b/tune/convert-bgt.c index dd3a8c75..1263b147 100644 --- a/tune/convert-bgt.c +++ b/tune/convert-bgt.c @@ -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: