/soc/2013/ankitkv/gobjectification: b448e1b7d56b: Merged default...
Ankit Vani
a at nevitus.org
Mon Aug 19 06:30:20 EDT 2013
Changeset: b448e1b7d56bd7073369f02fc732a43f9f87b44c
Author: Ankit Vani <a at nevitus.org>
Date: 2013-08-19 15:59 +0530
Branch: soc.2013.gobjectification
URL: https://hg.pidgin.im/soc/2013/ankitkv/gobjectification/rev/b448e1b7d56b
Description:
Merged default branch
diffstat:
libpurple/protocols/oscar/oscar.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff --git a/libpurple/protocols/oscar/oscar.c b/libpurple/protocols/oscar/oscar.c
--- a/libpurple/protocols/oscar/oscar.c
+++ b/libpurple/protocols/oscar/oscar.c
@@ -1083,7 +1083,7 @@ purple_handle_redirect(OscarData *od, Fl
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,
More information about the Commits
mailing list