# HG changeset patch # User Ankit Vani # Date 1376908164 -19800 # Node ID b448e1b7d56bd7073369f02fc732a43f9f87b44c # Parent f4b25d67224db9fb68ac3287b29200bf55e87ccc# Parent afdb0d250c9ab945c97a9979d5c17c02c986a319 Merged default branch diff -r f4b25d67224d -r b448e1b7d56b libpurple/protocols/oscar/oscar.c --- 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,