less cryptic. less important.

This commit is contained in:
psyc://psyced.org/~lynX 2009-02-08 12:50:08 +01:00
parent 76f30d0cf4
commit 0660b68ff5
1 changed files with 5 additions and 4 deletions

View File

@ -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();
} }
} }