Did away with lprintf all together now its called CtdlLogPrintf()
[citadel.git] / citadel / modules / listsub / serv_listsub.c
index 331868d237260036bb06f582066e7cc3200ccca2..82c6774dd70c971aee0ac115f40487d64219eb8a 100644 (file)
@@ -506,7 +506,7 @@ void do_confirm(char *room, char *token) {
         */
        if (success) {
                cprintf("%d %d operation(s) confirmed.\n", CIT_OK, success);
-               lprintf(CTDL_NOTICE, 
+               CtdlLogPrintf(CTDL_NOTICE, 
                        "Mailing list: %s %ssubscribed to %s with token %s\n", 
                        email, 
                        (!IsEmptyStr(address_to_unsubscribe)) ? "un" : "",