Skip to content
Snippets Groups Projects
Commit 65f0d25f authored by Aleksei Voronin's avatar Aleksei Voronin
Browse files

[*] logging fix

parent ca871a2b
No related branches found
No related tags found
1 merge request!55Абсолютно ничего серьезного
...@@ -476,7 +476,7 @@ void s_data_read(dap_client_remote_t* a_client, void * arg) ...@@ -476,7 +476,7 @@ void s_data_read(dap_client_remote_t* a_client, void * arg)
int * ret = (int *) arg; int * ret = (int *) arg;
if (s_dump_packet_headers ) { if (s_dump_packet_headers ) {
log_it(L_DEBUG,"dap_stream_data_read: client->buf_in_size=%u" , log_it(L_DEBUG,"dap_stream_data_read: ready_to_write=%s, client->buf_in_size=%u" ,
(a_client->flags & DAP_SOCK_READY_TO_WRITE)?"true":"false", a_client->buf_in_size ); (a_client->flags & DAP_SOCK_READY_TO_WRITE)?"true":"false", a_client->buf_in_size );
} }
*ret = dap_stream_data_proc_read( l_stream); *ret = dap_stream_data_proc_read( l_stream);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment