2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-01 15:05:23 +00:00

add logging for adb here, too

This commit is contained in:
Michael Graff
1999-10-29 22:36:44 +00:00
parent 21e7034ec0
commit 09f041a8df

View File

@@ -15,7 +15,7 @@
* SOFTWARE. * SOFTWARE.
*/ */
/* $Id: log.c,v 1.5 1999/10/27 00:30:28 gson Exp $ */ /* $Id: log.c,v 1.6 1999/10/29 22:36:44 explorer Exp $ */
/* Principal Authors: DCL */ /* Principal Authors: DCL */
@@ -57,6 +57,7 @@ isc_logmodule_t dns_modules[] = {
{ "dns/resolver", 0 }, { "dns/resolver", 0 },
{ "dns/zone", 0 }, { "dns/zone", 0 },
{ "dns/journal", 0 }, { "dns/journal", 0 },
{ "dns/adb", 0 },
{ NULL, 0 } { NULL, 0 }
}; };