Whamcloud - gitweb
Quiet some overly verbose messages.
authoradilger <adilger>
Thu, 23 May 2002 17:47:34 +0000 (17:47 +0000)
committeradilger <adilger>
Thu, 23 May 2002 17:47:34 +0000 (17:47 +0000)
lustre/mdc/mdc_reint.c
lustre/ptlrpc/client.c

index 59b893a..2f59c2e 100644 (file)
@@ -39,7 +39,8 @@ static int mdc_reint(struct ptlrpc_client *cl, struct ptlrpc_request *request, i
         rc = ptlrpc_queue_wait(request);
         rc = ptlrpc_check_status(request, rc);
 
-        CERROR("error in handling %d\n", rc);
+        if (rc)
+                CERROR("error in handling %d\n", rc);
 
         return rc;
 }
index 288d43f..b9b842d 100644 (file)
@@ -441,7 +441,7 @@ int ptlrpc_queue_wait(struct ptlrpc_request *req)
         ENTRY;
 
         init_waitqueue_head(&req->rq_wait_for_rep);
-        CERROR("subsys: %s req %Ld opc %d level %d, conn level %d\n", 
+        CDEBUG(D_NET, "subsys: %s req %Ld opc %d level %d, conn level %d\n",
                cli->cli_name, req->rq_xid, req->rq_reqmsg->opc, req->rq_level,
                req->rq_connection->c_level);