X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fmodules%2Fxmpp%2Fserv_xmpp.c;h=b84634eb2e360c9bde01f74d750a3da3336aef34;hb=33e4f20515571323671401780956558c414094f8;hp=e958771d4815eb23acf71a13c2b48dff48ac7d52;hpb=3f0e1c3f4f243d261f3b1c55f55c011381958938;p=citadel.git 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