From 664aa81af6289aaf432c571485f857b810f72389 Mon Sep 17 00:00:00 2001 From: alex Date: Wed, 17 Aug 2005 15:37:17 +0000 Subject: [PATCH] - minor message correction --- 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 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); -- 1.8.3.1