From: Daniel Stenberg Date: Thu, 12 Oct 2006 08:14:13 +0000 (+0000) Subject: the textual arraw for "Send SSL data" was the wrong way X-Git-Tag: curl-7_16_0~104 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e7742bfb7cc40d6b840fabc8632f9625cc2fc26f;p=curl the textual arraw for "Send SSL data" was the wrong way --- diff --git a/src/main.c b/src/main.c index 171097af7..0798364fb 100644 --- a/src/main.c +++ b/src/main.c @@ -3048,7 +3048,7 @@ int my_trace(CURL *handle, curl_infotype type, text = "<= Recv SSL data"; break; case CURLINFO_SSL_DATA_OUT: - text = "<= Send SSL data"; + text = "=> Send SSL data"; break; }