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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Left out a newline in the generation check printf.

Signed-off-by: Josef Bacik <jbacik@xxxxxxxxxxxx>
---
 free-space-cache.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/free-space-cache.c b/free-space-cache.c
index 5fb8ece..a30438b 100644
--- a/free-space-cache.c
+++ b/free-space-cache.c
@@ -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);
-- 
1.7.7.6

--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Linux Filesystem Development]     [Linux NFS]     [Linux NILFS]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux