]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
LOGIT not LOGITFILE
authorMark Andrews <marka@isc.org>
Thu, 21 Feb 2002 01:00:41 +0000 (01:00 +0000)
committerMark Andrews <marka@isc.org>
Thu, 21 Feb 2002 01:00:41 +0000 (01:00 +0000)
lib/dns/master.c

index 0e2059268df9146677cbd34d676c14b925939e3f..c85c5650e0dee146201c9883edfa39f6b461d2b4 100644 (file)
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: master.c,v 1.138 2002/02/21 00:56:14 bwelling Exp $ */
+/* $Id: master.c,v 1.139 2002/02/21 01:00:41 marka Exp $ */
 
 #include <config.h>
 
@@ -1118,7 +1118,7 @@ load(dns_loadctx_t *lctx) {
                                          ictx->origin, ISC_FALSE, NULL);
                        if (MANYERRS(lctx, result)) {
                                SETRESULT(lctx, result);
-                               LOGITFILE(result, include_file);
+                               LOGIT(result);
                                read_till_eol = ISC_TRUE;
                                continue;
                        } else if (result != ISC_R_SUCCESS)