X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fmodules%2Fxmpp%2Fxmpp_queue.c;fp=citadel%2Fmodules%2Fxmpp%2Fxmpp_queue.c;h=8cb5662d89f846728c2b53140692325e18553b79;hp=530ea5a76942131f5b69dba7adfa563377380478;hb=7a4aaaf5d40c2992763ac992e840edd4efbe4623;hpb=73d9309f82fc743794390f6ea82e19b593261f17 diff --git a/citadel/modules/xmpp/xmpp_queue.c b/citadel/modules/xmpp/xmpp_queue.c index 530ea5a76..8cb5662d8 100644 --- a/citadel/modules/xmpp/xmpp_queue.c +++ b/citadel/modules/xmpp/xmpp_queue.c @@ -66,7 +66,7 @@ void xmpp_queue_event(int event_type, char *email_addr) { int purged_something = 0; struct CitContext *cptr; - syslog(LOG_DEBUG, "xmpp_queue_event(%d, %s)\n", event_type, email_addr); + XMPP_syslog(LOG_DEBUG, "xmpp_queue_event(%d, %s)\n", event_type, email_addr); /* Purge events more than a minute old */ begin_critical_section(S_XMPP_QUEUE);