Loading src/tool_cb_dbg.c +1 −1 Original line number Diff line number Diff line Loading @@ -145,7 +145,7 @@ int tool_debug_cb(CURL *handle, curl_infotype type, if(!config->isatty || ((output != stderr) && (output != stdout))) { if(!newl) fprintf(output, "%s%s ", timebuf, s_infotype[type]); fprintf(output, "[data not shown]\n"); fprintf(output, "[%zd bytes data]\n", size); newl = FALSE; traced_data = TRUE; } Loading Loading
src/tool_cb_dbg.c +1 −1 Original line number Diff line number Diff line Loading @@ -145,7 +145,7 @@ int tool_debug_cb(CURL *handle, curl_infotype type, if(!config->isatty || ((output != stderr) && (output != stdout))) { if(!newl) fprintf(output, "%s%s ", timebuf, s_infotype[type]); fprintf(output, "[data not shown]\n"); fprintf(output, "[%zd bytes data]\n", size); newl = FALSE; traced_data = TRUE; } Loading