src/server.c

changeset 3069
acbbfef950da
parent 3060
ec62758f47b3
child 3124
f5541973ea96
equal deleted inserted replaced
3068:21355882d65c 3069:acbbfef950da
56 return; 56 return;
57 } 57 }
58 58
59 debug_printf(PACKAGE " " VERSION " logging in %s using %s\n", user->username, p->name()); 59 debug_printf(PACKAGE " " VERSION " logging in %s using %s\n", user->username, p->name());
60 p->login(user); 60 p->login(user);
61 } else {
62 do_error_dialog(_("You cannot log this account in; you do not have "
63 "the protocol it uses loaded, or the protocol does "
64 "not have a login function."), _("Login Error"));
65 } 61 }
66 } 62 }
67 63
68 static gboolean send_keepalive(gpointer d) 64 static gboolean send_keepalive(gpointer d)
69 { 65 {

mercurial