We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6201612 commit 316a449Copy full SHA for 316a449
yasio.pc
@@ -5,6 +5,6 @@ includedir=${exec_prefix}/include
5
6
Name: yasio
7
Description: A multi-platform support c++11 library with focus on asio (asynchronous socket I/O) for any client application.
8
-Version: 4.2.0
+Version: 4.2.1
9
Libs: -L${libdir}
10
Cflags: -I${includedir}/yasio
yasio/io_service.cpp
@@ -1237,7 +1237,7 @@ void io_service::do_connect(io_channel* ctx)
1237
require call bind before connect for UDP sockets.
1238
refer issue: https://github.com/yasio/yasio/issues/441
1239
*/
1240
- YASIO_KLOGW("bind %s:%u fail", ifaddr, ctx->local_port_);
+ YASIO_KLOGW("[warning] bind %s:%u fail", ifaddr, ctx->local_port_);
1241
ret = 0;
1242
}
1243
0 commit comments