libpurple/protocols/oscar/oscar.c

changeset 34300
afdb0d250c9a
parent 34251
dc0aea0981c0
child 34304
faf0414a8b51
child 34886
b448e1b7d56b
--- a/libpurple/protocols/oscar/oscar.c	Fri Aug 16 13:41:01 2013 +0200
+++ b/libpurple/protocols/oscar/oscar.c	Mon Aug 19 00:15:10 2013 -0700
@@ -1084,7 +1084,7 @@
 		if (strcmp(encryption_type, OSCAR_OPPORTUNISTIC_ENCRYPTION) == 0) {
 			purple_debug_warning("oscar", "We won't use SSL for FLAP type 0x%04hx.\n", redir->group);
 		} else if (strcmp(encryption_type, OSCAR_REQUIRE_ENCRYPTION) == 0) {
-			purple_debug_error("oscar", "FLAP server %s:%d of type 0x%04hx doesn't support encryption.", host, port, redir->group);
+			purple_debug_error("oscar", "FLAP server %s:%d of type 0x%04hx doesn't support encryption.\n", host, port, redir->group);
 			purple_connection_error(
 				gc,
 				PURPLE_CONNECTION_ERROR_NO_SSL_SUPPORT,

mercurial