]> granicus.if.org Git - curl/commitdiff
the textual arraw for "Send SSL data" was the wrong way
authorDaniel Stenberg <daniel@haxx.se>
Thu, 12 Oct 2006 08:14:13 +0000 (08:14 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 12 Oct 2006 08:14:13 +0000 (08:14 +0000)
src/main.c

index 171097af74c4748e42aba0077369883133f2c290..0798364fb022cac5fa7e4ec2eb994f8d8085a65f 100644 (file)
@@ -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;
   }