mirror of
https://github.com/curl/curl.git
synced 2026-06-09 01:44:17 +03:00
fix indentation of trace
This commit is contained in:
parent
785ca19837
commit
aa6c179386
1 changed files with 2 additions and 2 deletions
|
|
@ -746,8 +746,8 @@ struct Curl_addrinfo *Curl_async_getaddrinfo(struct Curl_easy *data,
|
|||
ares->result = CURLE_OK;
|
||||
|
||||
#if ARES_VERSION >= 0x011800 /* >= v1.24.0 */
|
||||
CURL_TRC_DNS(data, "asyn-ares: servers=%s",
|
||||
ares_get_servers_csv(ares->channel));
|
||||
CURL_TRC_DNS(data, "asyn-ares: servers=%s",
|
||||
ares_get_servers_csv(ares->channel));
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_CARES_GETADDRINFO
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue