From: deshmukh Date: Thu, 8 Oct 2009 06:49:19 +0000 (+0000) Subject: Fixed a typo. X-Git-Tag: v1_9_280~6 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=e582484314ccbdd4c28c2e227d8698c842cedbe0;p=fs%2Flustre-release.git Fixed a typo. --- 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));