aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2024-04-26 10:44:24 -0600
committerJens Axboe <axboe@kernel.dk>2024-04-26 10:44:24 -0600
commitdcd83d74540f78db9006b5728f281c5bc642eb49 (patch)
tree967c91ce11a104c60d4556556b39cbcbf45822a5
parent380d12d0f5d68be09ccc6151ccca3e15857b16fa (diff)
downloadliburing-dcd83d74540f78db9006b5728f281c5bc642eb49.tar.gz
examples/proxy: correct sendmsg + bundles message
Signed-off-by: Jens Axboe <axboe@kernel.dk>
-rw-r--r--examples/proxy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/proxy.c b/examples/proxy.c
index 3857c42a..a80689da 100644
--- a/examples/proxy.c
+++ b/examples/proxy.c
@@ -2355,7 +2355,7 @@ int main(int argc, char *argv[])
rcv_msg = 0;
}
if (snd_msg && snd_bundle) {
- fprintf(stderr, "Can't use bundles with recvmsg\n");
+ fprintf(stderr, "Can't use bundles with sendmsg\n");
snd_msg = 0;
}
if (snd_msg && send_ring) {