From: tappro Date: Wed, 6 Dec 2006 00:46:25 +0000 (+0000) Subject: debug for recovery X-Git-Tag: v1_8_0_110~486^2~37 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=6287bd9db7e09570634669e5edcedd03b39a0dde;p=fs%2Flustre-release.git debug for recovery --- diff --git a/lustre/ldlm/ldlm_lib.c b/lustre/ldlm/ldlm_lib.c index b1049cd..04ad1f6 100644 --- a/lustre/ldlm/ldlm_lib.c +++ b/lustre/ldlm/ldlm_lib.c @@ -1387,7 +1387,7 @@ static int target_recovery_thread(void *arg) obd->obd_next_recovery_transno); while ((req = target_next_replay_req(obd))) { LASSERT(trd->trd_processing_task == current->pid); - DEBUG_REQ(D_HA, req, "processing t"LPD64" from %s", + DEBUG_REQ(D_HA|D_WARNING, req, "processing t"LPD64" from %s", lustre_msg_get_transno(req->rq_reqmsg), libcfs_nid2str(req->rq_peer.nid));