From ee8c12f206b4926e7252f8a85383cc0f3ccea68c Mon Sep 17 00:00:00 2001 From: alex <alex> Date: Thu, 18 Aug 2005 10:16:44 +0000 Subject: [PATCH] b=7356 - show error message always to simplify bug catching --- lustre/ptlrpc/niobuf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/ptlrpc/niobuf.c b/lustre/ptlrpc/niobuf.c index f9b4ae0d5b..cdc9b59fae 100644 --- a/lustre/ptlrpc/niobuf.c +++ b/lustre/ptlrpc/niobuf.c @@ -342,7 +342,7 @@ int ptlrpc_send_reply (struct ptlrpc_request *req, int may_be_difficult) rc = svcsec_authorize(req); if (rc) { - CERROR("Error wrap reply message "LPX64"\n", req->rq_xid); + CDEBUG(D_ERROR, "Error wrap reply message "LPX64"\n", req->rq_xid); goto out; } -- GitLab