Did away with lprintf all together now its called CtdlLogPrintf()
[citadel.git] / citadel / locate_host.c
index 4df8e19e72b29c8aae6d1aec44ef75e301c9860d..f4d45f47fa4147798ff995d9f8e15f4d6558875f 100644 (file)
@@ -278,7 +278,7 @@ int rbl_check_addr(struct in_addr *addr, char *message_to_spammer)
 
                if (rblcheck_backend(tbuf, txt_answer, sizeof txt_answer)) {
                        sprintf(message_to_spammer, "5.7.1 %s", txt_answer);
-                       lprintf(CTDL_INFO, "RBL: %s\n", txt_answer);
+                       CtdlLogPrintf(CTDL_INFO, "RBL: %s\n", txt_answer);
                        return(1);
                }
        }