aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRick Macklem <rmacklem@FreeBSD.org>2026-03-25 20:53:22 +0000
committerRick Macklem <rmacklem@FreeBSD.org>2026-03-25 20:53:22 +0000
commit41b423cc4e4dfe3132bb5d287bba03b82ecb5be8 (patch)
tree4bdb3330a14c624bb63304d4b73c6caa90aaf72a
parent98bedca0a4effed7f170be52f7ef3e1ab8a79b11 (diff)
-rw-r--r--sys/rpc/clnt_bck.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/rpc/clnt_bck.c b/sys/rpc/clnt_bck.c
index 7e4781ec7e9d..c5cbbf045bdc 100644
--- a/sys/rpc/clnt_bck.c
+++ b/sys/rpc/clnt_bck.c
@@ -314,10 +314,8 @@ call_again:
*/
sx_xlock(&xprt->xp_lock);
error = sosend(xprt->xp_socket, NULL, NULL, mreq, NULL, 0, curthread);
-if (error != 0) printf("sosend=%d\n", error);
mreq = NULL;
if (error == EMSGSIZE) {
-printf("emsgsize\n");
SOCK_SENDBUF_LOCK(xprt->xp_socket);
sbwait(xprt->xp_socket, SO_SND);
SOCK_SENDBUF_UNLOCK(xprt->xp_socket);