Skip to content
Snippets Groups Projects
Commit dbcf6d6c authored by Constantin Papizh's avatar Constantin Papizh
Browse files

Removed bare message

parent 3fffb232
No related branches found
No related tags found
1 merge request!136Removed bare message
Pipeline #4071 passed with stage
in 34 seconds
...@@ -523,8 +523,6 @@ static void read_write_cb( dap_client_remote_t *dap_cur, int32_t revents ) ...@@ -523,8 +523,6 @@ static void read_write_cb( dap_client_remote_t *dap_cur, int32_t revents )
log_it( L_ERROR, "epoll_ctl failed..." ); log_it( L_ERROR, "epoll_ctl failed..." );
dap_cur->flags |= DAP_SOCK_SIGNAL_CLOSE; dap_cur->flags |= DAP_SOCK_SIGNAL_CLOSE;
break; break;
} else {
log_it( L_INFO, "wait for available space in buff..." );
} }
} else { } else {
log_it(L_ERROR,"[THREAD %u] Error occured in send() function %s", dap_cur->tn, strerror(errno) ); log_it(L_ERROR,"[THREAD %u] Error occured in send() function %s", dap_cur->tn, strerror(errno) );
......
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