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>
This commit is contained in:
parent
aedc3389a7
commit
dc347d0ec6
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue