diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2006-10-12 08:14:13 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2006-10-12 08:14:13 +0000 |
| commit | e7742bfb7cc40d6b840fabc8632f9625cc2fc26f (patch) | |
| tree | e2d0bf756ff3d2c144ba691e86e3d72d33a39c6a | |
| parent | 22307ae0eef8e987229c280ea4c78447beac839f (diff) | |
the textual arraw for "Send SSL data" was the wrong way
| -rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |
