X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Ftool_cb_dbg.c;h=010dae3b90ae5db385ee3ef5a2b97af05a7df235;hb=867eb33477c07331e7b58302119308d02a02ee01;hp=4add67c5515088708e34040bd6c393ada7bc6a23;hpb=32de14ae0782822e9c54c3fbb28cdefc1f4de969;p=platform%2Fupstream%2Fcurl.git diff --git a/src/tool_cb_dbg.c b/src/tool_cb_dbg.c index 4add67c..010dae3 100644 --- a/src/tool_cb_dbg.c +++ b/src/tool_cb_dbg.c @@ -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, "[%zd bytes data]\n", size); + fprintf(output, "[data not shown]\n"); newl = FALSE; traced_data = TRUE; }