From: Wilfried Göesgens Date: Thu, 29 Apr 2010 18:49:10 +0000 (+0000) Subject: * xmpp_xml_end(): output what we don't understand in the error message. X-Git-Tag: v7.86~239 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=76c29efbaf239b525d7c3d4a1ba5c683535e1689 * xmpp_xml_end(): output what we don't understand in the error message. --- diff --git a/citadel/modules/xmpp/serv_xmpp.c b/citadel/modules/xmpp/serv_xmpp.c index 093e80b57..1268fe302 100644 --- a/citadel/modules/xmpp/serv_xmpp.c +++ b/citadel/modules/xmpp/serv_xmpp.c @@ -318,7 +318,7 @@ void xmpp_xml_end(void *data, const char *supplied_el) { else { cprintf("", XMPP->iq_id); - cprintf(""); + cprintf("Don't know howto do '%s'!", XMPP->iq_type); cprintf(""); }