mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
less cryptic. less important.
This commit is contained in:
parent
76f30d0cf4
commit
0660b68ff5
1 changed files with 5 additions and 4 deletions
|
@ -265,13 +265,14 @@ static int logon(int failure) {
|
||||||
"version='1.0'>");
|
"version='1.0'>");
|
||||||
#if 1 // not strictly necessary, but more spec conformant
|
#if 1 // not strictly necessary, but more spec conformant
|
||||||
} else if (!qSize(me)) { // no retry for dialback-only
|
} else if (!qSize(me)) { // no retry for dialback-only
|
||||||
if (sizeof(dialback_queue) > 1) {
|
//if (sizeof(dialback_queue) > 1) {
|
||||||
P0(("tell fippo that sizeof(dialback queue) was > 1\n"))
|
P2(("%O failed to connect. dialback queue is %O\n",
|
||||||
}
|
ME, dialback_queue))
|
||||||
|
//}
|
||||||
if (sizeof(gateways)) {
|
if (sizeof(gateways)) {
|
||||||
P0(("%O notifies gateways %O of failure\n", ME, gateways))
|
|
||||||
foreach(string id, mixed gw : gateways) {
|
foreach(string id, mixed gw : gateways) {
|
||||||
if (objectp(gw)) {
|
if (objectp(gw)) {
|
||||||
|
P2(("%O notifies %O of failure (%O).\n", ME, gw, id))
|
||||||
gw->remote_connection_failed();
|
gw->remote_connection_failed();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue