Skip to content

Commit 316a449

Browse files
committed
Release 4.2.1
1 parent 6201612 commit 316a449

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

yasio.pc

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ includedir=${exec_prefix}/include
55

66
Name: yasio
77
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
8+
Version: 4.2.1
99
Libs: -L${libdir}
1010
Cflags: -I${includedir}/yasio

yasio/io_service.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1237,7 +1237,7 @@ void io_service::do_connect(io_channel* ctx)
12371237
require call bind before connect for UDP sockets.
12381238
refer issue: https://github.com/yasio/yasio/issues/441
12391239
*/
1240-
YASIO_KLOGW("bind %s:%u fail", ifaddr, ctx->local_port_);
1240+
YASIO_KLOGW("[warning] bind %s:%u fail", ifaddr, ctx->local_port_);
12411241
ret = 0;
12421242
}
12431243
}

0 commit comments

Comments
 (0)