Revision 11a7fceee9b098812ca458fb6eb41a3d96db4b89
markdoliner at pidgin.im
markdoliner at pidgin.im
Sat Mar 10 12:25:13 EST 2007
o -----------------------------------------------------------------
| Revision: 11a7fceee9b098812ca458fb6eb41a3d96db4b89
| Ancestor: f789bd67cf66bfc467d3a6df7fddc4fe2551adc5
| Author: markdoliner at pidgin.im
| Date: 2007-03-10T17:23:46
| Branch: im.pidgin.pidgin
|
| Modified files:
| libpurple/protocols/oscar/oscar.c
|
| ChangeLog:
|
| These aren't errors in Gaim--they happen under normal operation
| of Gaim, and are either caused by user-error (incorrect password)
| or server error (AIM servers are down)
|
| ============================================================
| --- libpurple/protocols/oscar/oscar.c c43d9c892937ee98ca0ab48fb12c22df35cf7abe
| +++ libpurple/protocols/oscar/oscar.c 1d68435922f317dbde447d781aa434284ec72e9d
| @@ -1357,8 +1357,8 @@ gaim_parse_auth_resp(OscarData *od, Flap
| gaim_connection_error(gc, _("Authentication failed"));
| break;
| }
| - gaim_debug_error("oscar", "Login Error Code 0x%04hx\n", info->errorcode);
| - gaim_debug_error("oscar", "Error URL: %s\n", info->errorurl);
| + gaim_debug_info("oscar", "Login Error Code 0x%04hx\n", info->errorcode);
| + gaim_debug_info("oscar", "Error URL: %s\n", info->errorurl);
| od->killme = TRUE;
| return 1;
| }
To get the patch for this revision, please do this:
mtn log --last 1 --diffs --from 11a7fceee9b098812ca458fb6eb41a3d96db4b89
More information about the Commits
mailing list