search for: curl_con

Displaying 1 result from an estimated 1 matches for "curl_con".

Did you mean: cur_mon
2004 Aug 06
2
improved error.log output --diff
...3.000000000 -0400 @@ -1,4 +1,4 @@ -/* -*- c-basic-offset: 4; indent-tabs-mode: nil; -*- */ +* -*- c-basic-offset: 4; indent-tabs-mode: nil; -*- */ #include <stdio.h> #include <string.h> #include <stdlib.h> @@ -50,16 +50,16 @@ curl_print_header_result(curl_get_header_result(curl_con)); if (curl_get_header_result(curl_con)->response == ACK) { - INFO2("Successfull ACK from %s (%s)", type, yp_url); + INFO2("Successfull ACK from %s (%s), %s", type, yp_url,"-"); ret = 1; } else { if (strlen(curl_get_h...