diff --git a/dap-sdk/net/core/dap_events_socket.c b/dap-sdk/net/core/dap_events_socket.c
index 635b8a6507a1ce38b05725269762f661960af7bc..2d5ad7d20f40971b3dfb2f06cf858f79404f688d 100644
--- a/dap-sdk/net/core/dap_events_socket.c
+++ b/dap-sdk/net/core/dap_events_socket.c
@@ -265,7 +265,7 @@ int dap_events_socket_kill_socket( dap_events_socket_t *a_es )
   }
 
   if( !a_es->dap_worker ) {
-      log_it( L_WARNING, "%s: socket %u have no worker thread", __PRETTY_FUNCTION__, a_es->socket );
+      log_it( L_WARNING, "%s: socket %u has no worker thread", __PRETTY_FUNCTION__, a_es->socket );
       a_es->kill_signal = true;
       return 0;
   }