From ad3ee57a99a2daa8cc6cc3c03952c244b63580d8 Mon Sep 17 00:00:00 2001
From: Dmtiriy Gerasimov <naeper@demlabs.net>
Date: Sun, 28 Apr 2019 21:48:55 +0700
Subject: [PATCH] [-] some old shit

---
 http_server/http_client/dap_http_client_simple.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/http_server/http_client/dap_http_client_simple.c b/http_server/http_client/dap_http_client_simple.c
index 3971d43..1e17ed3 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);
-- 
GitLab