2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-01 06:55:30 +00:00

LOGIT -> LOGITFILE

This commit is contained in:
Mark Andrews
2001-09-11 05:09:41 +00:00
parent 1592bf7349
commit 9de04a5713

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * 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 <config.h> #include <config.h>
@@ -1136,7 +1136,7 @@ load(dns_loadctx_t *lctx) {
result = pushfile(include_file, new_name, lctx); result = pushfile(include_file, new_name, lctx);
if (MANYERRS(lctx, result)) { if (MANYERRS(lctx, result)) {
SETRESULT(lctx, result); SETRESULT(lctx, result);
LOGIT(result); LOGITFILE(result, include_file);
continue; continue;
} else if (result != ISC_R_SUCCESS) { } else if (result != ISC_R_SUCCESS) {
LOGITFILE(result, include_file); LOGITFILE(result, include_file);