Mercurial > pidgin
changeset 15782:beb61f835381
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)
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sat, 10 Mar 2007 17:23:46 +0000 |
parents | 8afc77eb6c1f |
children | f75aa2bf4973 |
files | libpurple/protocols/oscar/oscar.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/oscar/oscar.c Fri Mar 09 07:04:37 2007 +0000 +++ b/libpurple/protocols/oscar/oscar.c Sat Mar 10 17:23:46 2007 +0000 @@ -1357,8 +1357,8 @@ 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; }