Skip to content
Snippets Groups Projects
Commit 670ca819 authored by Wang Di's avatar Wang Di
Browse files

Branch:b1_6

change improper debug_level for null ctxt msg.
b=10800
i=green
i=adilger
parent 9d8161eb
No related branches found
No related tags found
No related merge requests found
......@@ -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]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment