You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by du...@apache.org on 2008/01/15 21:58:01 UTC

svn commit: r612214 - /webservices/axis2/trunk/c/src/core/transport/http/sender/ssl/ssl_utils.c

Author: dumindu
Date: Tue Jan 15 12:57:59 2008
New Revision: 612214

URL: http://svn.apache.org/viewvc?rev=612214&view=rev
Log:
Changed a log entry to make more sensible.


Modified:
    webservices/axis2/trunk/c/src/core/transport/http/sender/ssl/ssl_utils.c

Modified: webservices/axis2/trunk/c/src/core/transport/http/sender/ssl/ssl_utils.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/src/core/transport/http/sender/ssl/ssl_utils.c?rev=612214&r1=612213&r2=612214&view=diff
==============================================================================
--- webservices/axis2/trunk/c/src/core/transport/http/sender/ssl/ssl_utils.c (original)
+++ webservices/axis2/trunk/c/src/core/transport/http/sender/ssl/ssl_utils.c Tue Jan 15 12:57:59 2008
@@ -70,8 +70,7 @@
     if (key_file)               /*can we check if the server needs client auth? */
     {
         if (!ssl_pp)
-            AXIS2_LOG_INFO(env->log, "[ssl client] No passphrase for the "
-                           "specified");
+            AXIS2_LOG_INFO(env->log, "[ssl client] No passphrase specified");
 
         SSL_CTX_set_default_passwd_cb_userdata(ctx, (void *) ssl_pp);
         SSL_CTX_set_default_passwd_cb(ctx, password_cb);
@@ -95,7 +94,7 @@
     else
     {
         AXIS2_LOG_INFO(env->log, "[ssl client] Client certificate chain file "
-                       "not specified");
+                                 "not specified");
     }
 
     /* Load the CAs we trust */



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org