Mon, 19 Aug 2013 15:59:24 +0530
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,