Skip to content
Snippets Groups Projects
Commit f5ec954c authored by alexandr.kravchenko's avatar alexandr.kravchenko
Browse files

Merge branch 'bugs-4073' into 'master'

Removed bare message

See merge request !136
parents 96f2531d dbcf6d6c
No related branches found
No related tags found
1 merge request!136Removed bare message
Pipeline #4078 passed with stage
in 11 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