From e582484314ccbdd4c28c2e227d8698c842cedbe0 Mon Sep 17 00:00:00 2001 From: deshmukh Date: Thu, 8 Oct 2009 06:49:19 +0000 Subject: [PATCH] Fixed a typo. --- lustre/osd/osd_iam_lfix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/osd/osd_iam_lfix.c b/lustre/osd/osd_iam_lfix.c index 1f7e9b6..e206bc2 100644 --- a/lustre/osd/osd_iam_lfix.c +++ b/lustre/osd/osd_iam_lfix.c @@ -184,7 +184,7 @@ static int iam_lfix_init(struct iam_leaf *l) obj = iam_leaf_container(l)->ic_object; CERROR("Wrong magic in node %llu (#%lu): %#x != %#x or " - "wrong count: %i (%i)", + "wrong count: %i (%i)\n", (unsigned long long)l->il_bh->b_blocknr, obj->i_ino, ill->ill_magic, le16_to_cpu(IAM_LEAF_HEADER_MAGIC), count, leaf_count_limit(l)); -- 1.8.3.1