2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

Add DNS_LOGMODULE_ZONE

This commit is contained in:
Mark Andrews
1999-10-25 11:21:03 +00:00
parent 3449209bf6
commit 70f6053bd1
2 changed files with 4 additions and 2 deletions

View File

@@ -15,7 +15,7 @@
* SOFTWARE.
*/
/* $Id: log.c,v 1.3 1999/10/22 19:31:06 halley Exp $ */
/* $Id: log.c,v 1.4 1999/10/25 11:21:03 marka Exp $ */
/* Principal Authors: DCL */
@@ -55,6 +55,7 @@ isc_logmodule_t dns_modules[] = {
{ "dns/cache", 0 },
{ "dns/config", 0 },
{ "dns/resolver", 0 },
{ "dns/zone", 0 },
{ NULL, 0 }
};