diff --git a/http_server/http_client/dap_http_client_simple.c b/http_server/http_client/dap_http_client_simple.c
index 3971d434d62725681ab39208b864512edb73ba9f..1e17ed3acd4b34108c82ed8ee181244ff4ee9d53 100755
--- a/http_server/http_client/dap_http_client_simple.c
+++ b/http_server/http_client/dap_http_client_simple.c
@@ -336,7 +336,7 @@ static void* dap_http_client_thread(void * arg)
                           }
                           dap_http_client_internal_delete(l_client_internal);
                       } else {
-                        log_it(L_CRITICAL, "Can't get private information from libcurl handle to perform the reply to SAP connection");
+                        log_it(L_CRITICAL, "Can't get private information from libcurl handle to perform the reply to DAP connection");
                       }
                       curl_multi_remove_handle(m_curl_mh, e);
                       curl_easy_cleanup(e);