X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Flocate_host.c;h=f4d45f47fa4147798ff995d9f8e15f4d6558875f;hp=4df8e19e72b29c8aae6d1aec44ef75e301c9860d;hb=a2fda4eafb51bbf58c04471522aa2d0f116c797e;hpb=53a98e8c78238bcda8f56c970ed39d37c4a6a4eb diff --git a/citadel/locate_host.c b/citadel/locate_host.c index 4df8e19e7..f4d45f47f 100644 --- a/citadel/locate_host.c +++ b/citadel/locate_host.c @@ -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); } }