Skip to content

Commit

Permalink
fix waring
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi committed Aug 13, 2023
1 parent 2e0cac8 commit 643c502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/demo/coroutine/http_server.c
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ static tb_void_t tb_demo_coroutine_listen(tb_cpointer_t priv)
}

// trace
tb_trace_d("[%#x]: listened %lu", tb_thread_self(), count);
tb_trace_i("[%#x]: listened %lu", tb_thread_self(), count);
}
static tb_int_t tb_demo_coroutine_worker(tb_cpointer_t priv)
{
Expand Down

0 comments on commit 643c502

Please sign in to comment.