From: alex Date: Wed, 17 Aug 2005 15:37:17 +0000 (+0000) Subject: - minor message correction X-Git-Tag: v1_7_100~888 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=664aa81af6289aaf432c571485f857b810f72389;p=fs%2Flustre-release.git - minor message correction --- diff --git a/lustre/ldlm/ldlm_lib.c b/lustre/ldlm/ldlm_lib.c index 7ad1d84..377a482 100644 --- a/lustre/ldlm/ldlm_lib.c +++ b/lustre/ldlm/ldlm_lib.c @@ -1388,7 +1388,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, req, "processing t"LPD64" from %s", req->rq_reqmsg->transno, ptlrpc_peernid2str(&req->rq_peer, peer_str)); (void)trd->trd_recovery_handler(req);