Merged default branch soc.2013.gobjectification

Mon, 19 Aug 2013 15:59:24 +0530

author
Ankit Vani <a@nevitus.org>
date
Mon, 19 Aug 2013 15:59:24 +0530
branch
soc.2013.gobjectification
changeset 34886
b448e1b7d56b
parent 34885
f4b25d67224d (current diff)
parent 34300
afdb0d250c9a (diff)
child 34887
06bb8708c8d2
child 36558
448adca37e48

Merged default branch

libpurple/protocols/oscar/oscar.c file | annotate | diff | comparison | revisions
--- a/libpurple/protocols/oscar/oscar.c	Mon Aug 19 01:28:47 2013 +0530
+++ b/libpurple/protocols/oscar/oscar.c	Mon Aug 19 15:59:24 2013 +0530
@@ -1083,7 +1083,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