From 0660b68ff5a79af0d9a0ca8a0aab350cdc3db35e Mon Sep 17 00:00:00 2001 From: "psyc://psyced.org/~lynX" <@> Date: Sun, 8 Feb 2009 12:50:08 +0100 Subject: [PATCH] less cryptic. less important. --- world/net/jabber/active.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/world/net/jabber/active.c b/world/net/jabber/active.c index 58b63a3..99045b5 100644 --- a/world/net/jabber/active.c +++ b/world/net/jabber/active.c @@ -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(); } }