]> granicus.if.org Git - curl/commitdiff
removed extra space from trace output 'Send data'
authorDaniel Stenberg <daniel@haxx.se>
Tue, 26 Nov 2002 17:13:30 +0000 (17:13 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 26 Nov 2002 17:13:30 +0000 (17:13 +0000)
src/main.c

index fb43e8001c20dacb4d6da0e49e80c2b144bd3a5a..255da592e880f7e0428e8b0723a75c606c7171c3 100644 (file)
@@ -2186,7 +2186,7 @@ int my_trace(CURL *handle, curl_infotype type,
     text = "=> Send header";
     break;
   case CURLINFO_DATA_OUT:
-    text = "=> Send data ";
+    text = "=> Send data";
     break;
   case CURLINFO_HEADER_IN:
     text = "<= Recv header";