Skip to content
Snippets Groups Projects
Commit ad3ee57a authored by dmitriy.gerasimov's avatar dmitriy.gerasimov
Browse files

[-] some old shit

parent dda98b01
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
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