libpurple/protocols/oscar/oscar.c

branch
soc.2013.gobjectification
changeset 34886
b448e1b7d56b
parent 34868
faa5b053f310
parent 34300
afdb0d250c9a
child 34889
4ea2da14cd0e
child 36558
448adca37e48
--- 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