Backport
authorArt Cancro <ajc@uncensored.citadel.org>
Mon, 23 May 2011 17:47:28 +0000 (13:47 -0400)
committerArt Cancro <ajc@uncensored.citadel.org>
Mon, 23 May 2011 17:47:28 +0000 (13:47 -0400)
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