Btrfs-progs: add a newline to a free space cache message

Left out a newline in the generation check printf.

Signed-off-by: Josef Bacik <jbacik@fusionio.com>
Signed-off-by: Chris Mason <chris.mason@fusionio.com>
master
Josef Bacik 2013-05-15 13:56:42 -04:00 committed by Chris Mason
parent ef2a8889ef
commit f5201efdb0
1 changed files with 1 additions and 1 deletions

View File

@ -314,7 +314,7 @@ int __load_free_space_cache(struct btrfs_root *root,
struct btrfs_inode_item);
if (btrfs_inode_generation(leaf, inode_item) != generation) {
printf("free space inode generation (%llu) did not match "
"free space cache generation (%llu)",
"free space cache generation (%llu)\n",
(unsigned long long)btrfs_inode_generation(leaf,
inode_item),
(unsigned long long)generation);