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

revised logging categories

This commit is contained in:
Andreas Gustafsson
2000-03-23 00:55:12 +00:00
parent 02fd64a1fc
commit 5fe5a0c026
8 changed files with 30 additions and 28 deletions

View File

@@ -15,7 +15,7 @@
* SOFTWARE.
*/
/* $Id: log.c,v 1.23 2000/03/23 00:49:15 gson Exp $ */
/* $Id: log.c,v 1.24 2000/03/23 00:53:04 gson Exp $ */
/* Principal Authors: DCL */
@@ -170,6 +170,7 @@ static const int syslog_map[] = {
*/
isc_logcategory_t isc_categories[] = {
{ "default", 0 }, /* "default" must come first. */
{ "general", 0 },
{ NULL, 0 }
};