Backport
[citadel.git] / citadel / modules / xmpp / serv_xmpp.c
index e958771d4815eb23acf71a13c2b48dff48ac7d52..b84634eb2e360c9bde01f74d750a3da3336aef34 100644 (file)
@@ -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