This commit is contained in:
psyc://psyced.org/~lynX 2009-05-16 14:49:41 +02:00
parent 6c3b2af9ac
commit 5a6e4d4ff2
1 changed files with 1 additions and 1 deletions

View File

@ -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":