diff --git a/lustre/include/lustre_log.h b/lustre/include/lustre_log.h
index 83bfc064e339986a37ae139f84986cc4716f8663..b9b75e39857021f969308acbdb613b74dae52f74 100644
--- a/lustre/include/lustre_log.h
+++ b/lustre/include/lustre_log.h
@@ -302,7 +302,7 @@ static inline struct llog_ctxt *llog_get_context(struct obd_device *obd,
          spin_lock(&obd->obd_dev_lock);  
          if (obd->obd_llog_ctxt[index] == NULL) {
                  spin_unlock(&obd->obd_dev_lock);
-                 CWARN("obd %p and ctxt index %d is NULL \n", obd, index);
+                 CDEBUG(D_INFO, "obd %p and ctxt index %d is NULL \n", obd, index);
                  return NULL;
          }
          ctxt = llog_ctxt_get(obd->obd_llog_ctxt[index]);