From 76c29efbaf239b525d7c3d4a1ba5c683535e1689 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Wilfried=20G=C3=B6esgens?= Date: Thu, 29 Apr 2010 18:49:10 +0000 Subject: [PATCH] * xmpp_xml_end(): output what we don't understand in the error message. --- citadel/modules/xmpp/serv_xmpp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(""); } -- 2.30.2