Did away with lprintf all together now its called CtdlLogPrintf()
[citadel.git] / citadel / modules / jabber / xmpp_queue.c
index f11d101e710f38faf0d33985e79996c3833b8159..b97f5333b742eef0543ccd824c618426ed8eb686 100644 (file)
@@ -55,7 +55,7 @@ void xmpp_queue_event(int event_type, char *email_addr) {
        int purged_something = 0;
        struct CitContext *cptr;
 
-       lprintf(CTDL_DEBUG, "xmpp_queue_event(%d, %s)\n", event_type, email_addr);
+       CtdlLogPrintf(CTDL_DEBUG, "xmpp_queue_event(%d, %s)\n", event_type, email_addr);
 
        /* Purge events more than a minute old */
        begin_critical_section(S_XMPP_QUEUE);