Whamcloud - gitweb
LU-15646 llog: correct llog FID and path output
[fs/lustre-release.git] / lustre / lod / lod_sub_object.c
index 3e8d822..c7f3cc7 100644 (file)
@@ -977,9 +977,8 @@ int lod_sub_prep_llog(const struct lu_env *env, struct lod_device *lod,
 
        ctxt->loc_handle = lgh;
 
-       CDEBUG(D_INFO, "%s: init llog for index %d - catid "DFID":%x\n",
-              obd->obd_name, index, PFID(&cid->lci_logid.lgl_oi.oi_fid),
-              cid->lci_logid.lgl_ogen);
+       CDEBUG(D_INFO, "%s: init llog for index %d - catid "DFID"\n",
+              obd->obd_name, index, PLOGID(&cid->lci_logid));
 out_close:
        if (rc != 0)
                llog_cat_close(env, lgh);