From 951a6e6f030b92a2b19c204c1f0964bdd68e5fd8 Mon Sep 17 00:00:00 2001 From: alex Date: Thu, 26 May 2005 22:55:27 +0000 Subject: [PATCH] b=6403 - the situation looks valid with opencache locks, but it floods consoles over. make it silent for a while --- lustre/ptlrpc/client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/ptlrpc/client.c b/lustre/ptlrpc/client.c index a289751..a21eae1 100644 --- a/lustre/ptlrpc/client.c +++ b/lustre/ptlrpc/client.c @@ -1612,7 +1612,7 @@ static int ptlrpc_replay_interpret(struct ptlrpc_request *req, req->rq_replay_cb(req); if (req->rq_replied && req->rq_repmsg->status != aa->praa_old_status) { - DEBUG_REQ(D_ERROR, req, "status %d, old was %d", + DEBUG_REQ(D_HA, req, "status %d, old was %d", req->rq_repmsg->status, aa->praa_old_status); } else { /* Put it back for re-replay. */ -- 1.8.3.1