From 6287bd9db7e09570634669e5edcedd03b39a0dde Mon Sep 17 00:00:00 2001 From: tappro Date: Wed, 6 Dec 2006 00:46:25 +0000 Subject: [PATCH] debug for recovery --- lustre/ldlm/ldlm_lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); -- 1.8.3.1