From 9de04a57133ca7d2d5c28a004ead35c538e6932f Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Tue, 11 Sep 2001 05:09:41 +0000 Subject: [PATCH] LOGIT -> LOGITFILE --- lib/dns/master.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/dns/master.c b/lib/dns/master.c index e3c5316784..bbbee07773 100644 --- a/lib/dns/master.c +++ b/lib/dns/master.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: master.c,v 1.125 2001/09/11 04:56:06 marka Exp $ */ +/* $Id: master.c,v 1.126 2001/09/11 05:09:41 marka Exp $ */ #include @@ -1136,7 +1136,7 @@ load(dns_loadctx_t *lctx) { result = pushfile(include_file, new_name, lctx); if (MANYERRS(lctx, result)) { SETRESULT(lctx, result); - LOGIT(result); + LOGITFILE(result, include_file); continue; } else if (result != ISC_R_SUCCESS) { LOGITFILE(result, include_file);