From: Art Cancro Date: Mon, 23 May 2011 17:47:28 +0000 (-0400) Subject: Backport X-Git-Tag: v7.87~17^2~2^2~3 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=33e4f20515571323671401780956558c414094f8 Backport --- diff --git a/citadel/modules/xmpp/serv_xmpp.c b/citadel/modules/xmpp/serv_xmpp.c index e958771d4..b84634eb2 100644 --- a/citadel/modules/xmpp/serv_xmpp.c +++ b/citadel/modules/xmpp/serv_xmpp.c @@ -74,7 +74,7 @@ static void xmpp_entity_declaration(void *userData, const XML_Char *entityName, const XML_Char *systemId, const XML_Char *publicId, const XML_Char *notationName ) { - syslog(LOG_WARNING, "Illegal entity declaration encountered; stopping parser."); + syslog(CTDL_WARNING, "Illegal entity declaration encountered; stopping parser."); XML_StopParser(XMPP->xp, XML_FALSE); } #endif