mirror of
https://github.com/ChronosX88/psyced.git
synced 2024-11-08 19:41:00 +00:00
less cryptic. less important.
This commit is contained in:
parent
76f30d0cf4
commit
0660b68ff5
@ -265,13 +265,14 @@ static int logon(int failure) {
|
||||
"version='1.0'>");
|
||||
#if 1 // not strictly necessary, but more spec conformant
|
||||
} else if (!qSize(me)) { // no retry for dialback-only
|
||||
if (sizeof(dialback_queue) > 1) {
|
||||
P0(("tell fippo that sizeof(dialback queue) was > 1\n"))
|
||||
}
|
||||
//if (sizeof(dialback_queue) > 1) {
|
||||
P2(("%O failed to connect. dialback queue is %O\n",
|
||||
ME, dialback_queue))
|
||||
//}
|
||||
if (sizeof(gateways)) {
|
||||
P0(("%O notifies gateways %O of failure\n", ME, gateways))
|
||||
foreach(string id, mixed gw : gateways) {
|
||||
if (objectp(gw)) {
|
||||
P2(("%O notifies %O of failure (%O).\n", ME, gw, id))
|
||||
gw->remote_connection_failed();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user