mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
test 573: add more debug output
This commit is contained in:
parent
7cbe4d8d79
commit
24cf20ec68
@ -95,7 +95,8 @@ int test(char *URL)
|
||||
|
||||
curl_easy_getinfo(c, CURLINFO_CONNECT_TIME, &connect_time);
|
||||
if (connect_time < dbl_epsilon) {
|
||||
fprintf(stderr, "connect time is < epsilon\n");
|
||||
fprintf(stderr, "connect time %e is < epsilon %e\n",
|
||||
connect_time, dbl_epsilon);
|
||||
res = TEST_ERR_MAJOR_BAD;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user