X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fobdclass%2Fllog.c;h=d3b1e04d774986385751d5a20ddaf38bf6da5b5e;hp=61c9a1d1f4e8ae0148d434c8a31b29f4ba951104;hb=3442db6faf685fbdbd092bdfdc8d273e4990a141;hpb=11aae875be5fb30a88281ab47e491b75447b299b diff --git a/lustre/obdclass/llog.c b/lustre/obdclass/llog.c index 61c9a1d..d3b1e04 100644 --- a/lustre/obdclass/llog.c +++ b/lustre/obdclass/llog.c @@ -1348,8 +1348,9 @@ __u64 llog_size(const struct lu_env *env, struct llog_handle *llh) rc = llh->lgh_obj->do_ops->do_attr_get(env, llh->lgh_obj, &la); if (rc) { - CERROR("%s: attr_get failed, rc = %d\n", - llh->lgh_ctxt->loc_obd->obd_name, rc); + CERROR("%s: attr_get failed for "DFID": rc = %d\n", + llh->lgh_ctxt->loc_obd->obd_name, + PFID(&llh->lgh_id.lgl_oi.oi_fid), rc); return 0; }