diff --git a/src/local.c b/src/local.c index 84bcc126..b1ab040b 100644 --- a/src/local.c +++ b/src/local.c @@ -1742,7 +1742,7 @@ main(int argc, char **argv) } if (tcp_outgoing_rcvbuf != 0) { - LOGI("set TCP outgoing connection receive buffer size to %d", tcp_outgoing_recvbuf); + LOGI("set TCP outgoing connection receive buffer size to %d", tcp_outgoing_rcvbuf); } if (plugin != NULL) { diff --git a/src/redir.c b/src/redir.c index 9c4c1899..f1ad612b 100644 --- a/src/redir.c +++ b/src/redir.c @@ -1244,7 +1244,7 @@ main(int argc, char **argv) } if (tcp_outgoing_rcvbuf != 0) { - LOGI("set TCP outgoing connection receive buffer size to %d", tcp_outgoing_recvbuf); + LOGI("set TCP outgoing connection receive buffer size to %d", tcp_outgoing_rcvbuf); } if (plugin != NULL) { diff --git a/src/server.c b/src/server.c index a0d4b557..585ae807 100644 --- a/src/server.c +++ b/src/server.c @@ -1865,7 +1865,7 @@ main(int argc, char **argv) } if (tcp_outgoing_rcvbuf != 0) { - LOGI("set TCP outgoing connection receive buffer size to %d", tcp_outgoing_recvbuf); + LOGI("set TCP outgoing connection receive buffer size to %d", tcp_outgoing_rcvbuf); } if (server_num == 0) { diff --git a/src/tunnel.c b/src/tunnel.c index faf8cf81..7a345f3e 100644 --- a/src/tunnel.c +++ b/src/tunnel.c @@ -1183,7 +1183,7 @@ main(int argc, char **argv) } if (tcp_outgoing_rcvbuf != 0) { - LOGI("set TCP outgoing connection receive buffer size to %d", tcp_outgoing_recvbuf); + LOGI("set TCP outgoing connection receive buffer size to %d", tcp_outgoing_rcvbuf); } if (plugin != NULL) {