mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05: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);
|
curl_easy_getinfo(c, CURLINFO_CONNECT_TIME, &connect_time);
|
||||||
if (connect_time < dbl_epsilon) {
|
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;
|
res = TEST_ERR_MAJOR_BAD;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user