Whamcloud - gitweb
Demote the 'sending list' CERRORs to CDEBUGs, so that it's easier to spot bugs
authorpschwan <pschwan>
Wed, 30 Oct 2002 22:09:41 +0000 (22:09 +0000)
committerpschwan <pschwan>
Wed, 30 Oct 2002 22:09:41 +0000 (22:09 +0000)
in console output.

lustre/ptlrpc/client.c

index 92979c0..5e3d137 100644 (file)
@@ -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);