diff libpurple/sslconn.c @ 19507:7086c311867a

merge of 'db94e3dde2f5edb422e7d7c1ec30474e2000997c' and 'f655557cb302f81ab02279d4c79a097d8028c5b7'
author William Ehlhardt <williamehlhardt@gmail.com>
date Tue, 28 Aug 2007 03:34:06 +0000
parents c3405700c2fe d5ecaf5bce93
children 44b4e8bd759b 1d2002a5735e
line wrap: on
line diff
--- a/libpurple/sslconn.c	Tue Aug 28 03:31:38 2007 +0000
+++ b/libpurple/sslconn.c	Tue Aug 28 03:34:06 2007 +0000
@@ -297,9 +297,8 @@
 	/* Although purple_ssl_is_supported will do the initialization on
 	   command, SSL plugins tend to register CertificateSchemes as well
 	   as providing SSL ops. */
-	if ( !ssl_init() ) {
-		purple_debug_error("sslconn",
-				   "SSL subsystem failed to init!\n");
+	if (!ssl_init()) {
+		purple_debug_error("sslconn", "Unable to initialize SSL.\n");
 	}
 }