From 86d2e4b64b2aacbf4b0c610d06375a01233c5bc4 Mon Sep 17 00:00:00 2001 From: David Sterba Date: Fri, 28 Oct 2016 18:47:35 +0200 Subject: btrfs-progs: remove extra newline from messages The common message helpers add the newline. Signed-off-by: David Sterba --- cmds-check.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmds-check.c') diff --git a/cmds-check.c b/cmds-check.c index f9370e26..26ddef3a 100644 --- a/cmds-check.c +++ b/cmds-check.c @@ -4526,7 +4526,7 @@ extref: len = ref_namelen; } else { len = BTRFS_NAME_LEN; - warning("Warning: root %llu INODE %s[%llu %llu] name too long\n", + warning("root %llu INODE %s[%llu %llu] name too long", root->objectid, key->type == BTRFS_INODE_REF_KEY ? "REF" : "EXTREF", -- cgit v1.2.3