Sun, 12 Jul 2009 18:47:57 +0000
If the error number is unknown, the error message should mention it, since
the debug log does not print this secure request for Yahoo!.
| libpurple/protocols/yahoo/libymsg.c | file | annotate | diff | comparison | revisions |
--- a/libpurple/protocols/yahoo/libymsg.c Sun Jul 12 07:33:06 2009 +0000 +++ b/libpurple/protocols/yahoo/libymsg.c Sun Jul 12 18:47:57 2009 +0000 @@ -1825,7 +1825,7 @@ break; default: /* Unknown error! */ - error_reason = g_strdup(_("Unknown error")); + error_reason = g_strdup_printf(_("Unknown error: %d"), response_no); error = PURPLE_CONNECTION_ERROR_OTHER_ERROR; break; }