Commit 24cf20ec authored by Marc Hoersken's avatar Marc Hoersken
Browse files

test 573: add more debug output

parent 7cbe4d8d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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;
  }