Base code merged to SPIN 2.4
[platform/upstream/curl.git] / src / tool_cb_dbg.c
index 010dae3..4add67c 100644 (file)
@@ -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;
         }