From 5a6e4d4ff25ff990f6e607f03dbd120642447a60 Mon Sep 17 00:00:00 2001 From: "psyc://psyced.org/~lynX" <@> Date: Sat, 16 May 2009 14:49:41 +0200 Subject: [PATCH] + --- world/net/jabber/user.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/world/net/jabber/user.c b/world/net/jabber/user.c index c482bed..2de8123 100644 --- a/world/net/jabber/user.c +++ b/world/net/jabber/user.c @@ -569,7 +569,7 @@ iq(XMLNode node) { target = jid2ppl(node["@to"]); isplacemsg = stringp(target) && strlen(target) && ISPLACEMSG(target); - P0(("+++ %O IQ node %O\n", ME, node)) + P3(("+++ %O IQ node %O\n", ME, node)) iqchild = getiqchild(node); unless(iqchild) switch(node["@type"]) { case "get":