X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fofd%2Fofd_obd.c;h=61e6baf25ff96b8b316e57c7a35f1e9fb8fb926e;hp=c843e34fde047d33985fe42a31f351ea3229024e;hb=bfa8fe331c67be2b66ba5edb1c71a82f315cd9dc;hpb=5fa98dce891b5531e7749142a4debc94a372dba3;ds=sidebyside diff --git a/lustre/ofd/ofd_obd.c b/lustre/ofd/ofd_obd.c index c843e34..61e6baf 100644 --- a/lustre/ofd/ofd_obd.c +++ b/lustre/ofd/ofd_obd.c @@ -1042,7 +1042,7 @@ int ofd_destroy(const struct lu_env *env, struct obd_export *exp, else count = 1; /* default case - single destroy */ - CDEBUG(D_HA, "%s: Destroy object "DOSTID" count %d\n", ofd_name(ofd), + CDEBUG(D_INODE, "%s: Destroy object "DOSTID" count %d\n", ofd_name(ofd), POSTID(&oa->o_oi), count); while (count > 0) { int lrc;