Whamcloud - gitweb
b=7356
authoralex <alex>
Thu, 18 Aug 2005 10:16:44 +0000 (10:16 +0000)
committeralex <alex>
Thu, 18 Aug 2005 10:16:44 +0000 (10:16 +0000)
 - show error message always to simplify bug catching

lustre/ptlrpc/niobuf.c

index f9b4ae0..cdc9b59 100644 (file)
@@ -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;
         }