Whamcloud - gitweb
debug for recovery
authortappro <tappro>
Wed, 6 Dec 2006 00:46:25 +0000 (00:46 +0000)
committertappro <tappro>
Wed, 6 Dec 2006 00:46:25 +0000 (00:46 +0000)
lustre/ldlm/ldlm_lib.c

index b1049cd..04ad1f6 100644 (file)
@@ -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));