From 12a5fa5d0aaa8c0c87e77665d11cf0fceb207fd2 Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Thu, 17 Aug 2000 01:30:31 +0000 Subject: [PATCH] say 'due to assertion failure', not 'due assertion failure' --- bin/named/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/named/main.c b/bin/named/main.c index e9285570fd..dfa0b60d95 100644 --- a/bin/named/main.c +++ b/bin/named/main.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: main.c,v 1.78 2000/08/09 23:40:16 tale Exp $ */ +/* $Id: main.c,v 1.79 2000/08/17 01:30:31 gson Exp $ */ #include @@ -99,7 +99,7 @@ assertion_failed(const char *file, int line, isc_assertiontype_t type, isc_assertion_typetotext(type), cond); isc_log_write(ns_g_lctx, NS_LOGCATEGORY_GENERAL, NS_LOGMODULE_MAIN, ISC_LOG_CRITICAL, - "exiting (due assertion failure)"); + "exiting (due to assertion failure)"); } else { fprintf(stderr, "%s:%d: %s(%s) failed\n", file, line, isc_assertion_typetotext(type), cond);