removed extra space from trace output 'Send data'

This commit is contained in:
Daniel Stenberg 2002-11-26 17:13:30 +00:00
parent 7df5677b46
commit 0210b3c893

View 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";