From 8b09428acb9d8e98eef9d9ac5dc644fc3e553d3b Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Thu, 6 Apr 2000 20:28:29 +0000 Subject: [PATCH] dns_parser category was removed; fixed categorybyname to find a valid category --- bin/tests/log_test.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/tests/log_test.c b/bin/tests/log_test.c index 4a54400908..e1c6d1cf99 100644 --- a/bin/tests/log_test.c +++ b/bin/tests/log_test.c @@ -15,7 +15,7 @@ * SOFTWARE. */ -/* $Id: log_test.c,v 1.11 2000/03/04 03:05:17 tale Exp $ */ +/* $Id: log_test.c,v 1.12 2000/04/06 20:28:29 tale Exp $ */ /* Principal Authors: DCL */ @@ -123,11 +123,11 @@ main (int argc, char **argv) { /* * Test isc_log_categorybyname and isc_log_modulebyname. */ - category = isc_log_categorybyname(lctx, "dns_parser"); + category = isc_log_categorybyname(lctx, "xfer-in"); if (category != NULL) fprintf(stderr, "%s category found.\n", category->name); else - fprintf(stderr, "dns_parser category not found!\n"); + fprintf(stderr, "xfer-in category not found!\n"); module = isc_log_modulebyname(lctx, "xyzzy"); if (module != NULL)