We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 373782d + 27cd39c commit 407bc7eCopy full SHA for 407bc7e
src/platform/posix/tcp_ip_channel.c
@@ -108,7 +108,7 @@ static lf_ret_t _TcpIpChannel_reset_socket(TcpIpChannel *self) {
108
109
static void _TcpIpChannel_spawn_worker_thread(TcpIpChannel *self) {
110
int res;
111
- LF_INFO(NET, "TcpIpChannel: Spawning callback thread");
+ LF_INFO(NET, "TcpIpChannel: Spawning worker thread");
112
113
memset(&self->worker_thread_stack, 0, TCP_IP_CHANNEL_RECV_THREAD_STACK_SIZE);
114
if (pthread_attr_init(&self->worker_thread_attr) != 0) {
0 commit comments