btrfs-progs: trivial fix of line break in repair_inode_nbytes_lowmem()

Move "\n" at end of the sentence to print.

Fixes: 281eec7a9d ("btrfs-progs: check: repair inode nbytes in lowmem mode")
Signed-off-by: Su Yue <suy.fnst@cn.fujitsu.com>
Signed-off-by: David Sterba <dsterba@suse.com>
master
Su Yue 2018-12-02 15:08:36 +00:00 committed by David Sterba
parent aedc3389a7
commit dc347d0ec6
1 changed files with 1 additions and 1 deletions

View File

@ -2142,7 +2142,7 @@ out:
error("failed to set nbytes in inode %llu root %llu",
ino, root->root_key.objectid);
else
printf("Set nbytes in inode item %llu root %llu\n to %llu", ino,
printf("Set nbytes in inode item %llu root %llu to %llu\n", ino,
root->root_key.objectid, nbytes);
/* research path */