comparison libpurple/protocols/oscar/oscar.c @ 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 f403bc58ba07
children 52a044731fbe
comparison
equal deleted inserted replaced
15781:8afc77eb6c1f 15782:beb61f835381
1355 break; 1355 break;
1356 default: 1356 default:
1357 gaim_connection_error(gc, _("Authentication failed")); 1357 gaim_connection_error(gc, _("Authentication failed"));
1358 break; 1358 break;
1359 } 1359 }
1360 gaim_debug_error("oscar", "Login Error Code 0x%04hx\n", info->errorcode); 1360 gaim_debug_info("oscar", "Login Error Code 0x%04hx\n", info->errorcode);
1361 gaim_debug_error("oscar", "Error URL: %s\n", info->errorurl); 1361 gaim_debug_info("oscar", "Error URL: %s\n", info->errorurl);
1362 od->killme = TRUE; 1362 od->killme = TRUE;
1363 return 1; 1363 return 1;
1364 } 1364 }
1365 1365
1366 gaim_debug_misc("oscar", "Reg status: %hu\n", info->regstatus); 1366 gaim_debug_misc("oscar", "Reg status: %hu\n", info->regstatus);