From 0c0bd0477001e89356d8b875cb3c33221105a558 Mon Sep 17 00:00:00 2001 From: pschwan Date: Wed, 30 Oct 2002 22:09:41 +0000 Subject: [PATCH] Demote the 'sending list' CERRORs to CDEBUGs, so that it's easier to spot bugs in console output. --- 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 92979c0..5e3d137 100644 --- a/lustre/ptlrpc/client.c +++ b/lustre/ptlrpc/client.c @@ -413,7 +413,7 @@ restart1: if (req->rq_import != imp) continue; /* XXX we should make sure that nobody's sleeping on these! */ - DEBUG_REQ(D_ERROR, req, "cleaning up from sending list"); + DEBUG_REQ(D_HA, req, "cleaning up from sending list"); list_del_init(&req->rq_list); req->rq_import = NULL; spin_unlock(&conn->c_lock); -- 1.8.3.1