X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fobdfilter%2Ffilter_log.c;h=7ae5f8866c62645d92191f9f8fcccad513116db1;hb=c4118a072e98909fb95199158ed1b1d66cf421ee;hp=7670b396f54d503a9565f7c0ac83c948b47fbfbf;hpb=848d709605948e32b2dcfa2a4ffdfa829f83565c;p=fs%2Flustre-release.git diff --git a/lustre/obdfilter/filter_log.c b/lustre/obdfilter/filter_log.c index 7670b39..7ae5f88 100644 --- a/lustre/obdfilter/filter_log.c +++ b/lustre/obdfilter/filter_log.c @@ -178,7 +178,7 @@ static int filter_recov_log_unlink_cb(struct llog_ctxt *ctxt, /* This check is only valid before FID-on-OST and it should * be removed after FID-on-OST is implemented */ if (oa->o_seq > FID_SEQ_OST_MAX) { - CERROR("%s: invalid group number "LPU64" > MAX_CMD_GROUP %d\n", + CERROR("%s: invalid group number "LPU64" > MAX_CMD_GROUP %u\n", exp->exp_obd->obd_name, oa->o_seq, FID_SEQ_OST_MAX); RETURN(-EINVAL); }