Skip to content
Snippets Groups Projects
Commit e7742bfb authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

the textual arraw for "Send SSL data" was the wrong way

parent 22307ae0
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment