Skip to content

Commit 407bc7e

Browse files
committed
Merge branch 'new-network-channel-interface' of github.com:lf-lang/reactor-uc into new-network-channel-interface
2 parents 373782d + 27cd39c commit 407bc7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platform/posix/tcp_ip_channel.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ static lf_ret_t _TcpIpChannel_reset_socket(TcpIpChannel *self) {
108108

109109
static void _TcpIpChannel_spawn_worker_thread(TcpIpChannel *self) {
110110
int res;
111-
LF_INFO(NET, "TcpIpChannel: Spawning callback thread");
111+
LF_INFO(NET, "TcpIpChannel: Spawning worker thread");
112112

113113
memset(&self->worker_thread_stack, 0, TCP_IP_CHANNEL_RECV_THREAD_STACK_SIZE);
114114
if (pthread_attr_init(&self->worker_thread_attr) != 0) {

0 commit comments

Comments
 (0)