mirror of
https://github.com/curl/curl.git
synced 2026-07-31 16:38:04 +03:00
fix string continuation
This commit is contained in:
parent
08cf30dc54
commit
b5c5241dc3
1 changed files with 3 additions and 4 deletions
|
|
@ -1063,11 +1063,10 @@ CURLcode Curl_resolv_timeout(struct Curl_easy *data,
|
|||
*entry = NULL;
|
||||
|
||||
#ifdef USE_ALARM_TIMEOUT
|
||||
CURL_TRC_DNS(data, "starting resolve of %s:%d, timeout of %"
|
||||
FMT_TIMEDIFF_T "ms",
|
||||
hostname, port, timeoutms);
|
||||
CURL_TRC_DNS(data, "starting resolve of %s:%d, timeout of %" FMT_TIMEDIFF_T
|
||||
"ms", hostname, port, timeoutms);
|
||||
#else
|
||||
CURL_TRC_DNS(data, "starting resolve of %s:%d, no ALARM available,
|
||||
CURL_TRC_DNS(data, "starting resolve of %s:%d, no ALARM available, "
|
||||
"timeout of %" FMT_TIMEDIFF_T "ms will not apply",
|
||||
hostname, port, timeoutms);
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue