src/server.c

changeset 9899
30cc3ce7aeb7
parent 9753
5951fd24250e
child 9927
7ae7d2accb3e
equal deleted inserted replaced
9898:9d8d9e9ef1bc 9899:30cc3ce7aeb7
63 gaim_notify_error(NULL, NULL, 63 gaim_notify_error(NULL, NULL,
64 _("Please enter your password"), NULL); 64 _("Please enter your password"), NULL);
65 return; 65 return;
66 } 66 }
67 67
68 gaim_debug(GAIM_DEBUG_INFO, "server", 68 gaim_debug_info("server", PACKAGE " " VERSION
69 PACKAGE " " VERSION " logging in %s using %s\n", 69 " logging in %s using %s\n",
70 account->username, p->info->name); 70 gaim_account_get_username(account),
71 gaim_account_get_protocol_name(account));
71 72
72 gaim_signal_emit(gaim_accounts_get_handle(), 73 gaim_signal_emit(gaim_accounts_get_handle(),
73 "account-connecting", account); 74 "account-connecting", account);
74 prpl_info->login(account); 75 prpl_info->login(account);
75 } 76 }

mercurial