mirror of
https://github.com/curl/curl.git
synced 2026-07-10 07:27:16 +03:00
parent
996696621f
commit
a62e08c5eb
3 changed files with 3 additions and 3 deletions
|
|
@ -337,7 +337,7 @@ void Curl_pgrsTimeWas(struct Curl_easy *data, timerid timer,
|
|||
if(us < 1)
|
||||
us = 1; /* make sure at least one microsecond passed */
|
||||
*delta += us;
|
||||
CURL_TRC_M(data, "[%s] added %" FMT_TIMEDIFF_T "ns",
|
||||
CURL_TRC_M(data, "[%s] added %" FMT_TIMEDIFF_T "us",
|
||||
pgrs_timer_name(timer), us);
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue