From 5bf922fd092d9ad8450607bbc3dd6dc02f234033 Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Wed, 23 Aug 2000 23:54:58 +0000 Subject: [PATCH] use all lower case in error messages --- lib/dns/config/confparser.y.dirty | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/lib/dns/config/confparser.y.dirty b/lib/dns/config/confparser.y.dirty index c091ad546b..30e6cd5133 100644 --- a/lib/dns/config/confparser.y.dirty +++ b/lib/dns/config/confparser.y.dirty @@ -16,7 +16,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: confparser.y.dirty,v 1.11 2000/08/22 05:14:51 marka Exp $ */ +/* $Id: confparser.y.dirty,v 1.12 2000/08/23 23:54:58 gson Exp $ */ #include @@ -4568,7 +4568,7 @@ zone_stmt: L_ZONE domain_name optional_class L_LBRACE L_TYPE zone_type L_EOS isc_log_write(dns_lctx, DNS_LOGCATEGORY_CONFIG, DNS_LOGMODULE_CONFIG, ISC_LOG_ERROR, - "Error creating new zone"); + "error creating new zone"); YYABORT; } @@ -4578,7 +4578,7 @@ zone_stmt: L_ZONE domain_name optional_class L_LBRACE L_TYPE zone_type L_EOS isc_log_write(dns_lctx, DNS_LOGCATEGORY_CONFIG, DNS_LOGMODULE_CONFIG, ISC_LOG_ERROR, - "Error adding new zone to list"); + "error adding new zone to list"); YYABORT; } @@ -5878,7 +5878,7 @@ dns_c_parse_namedconf(const char *filename, isc_mem_t *mem, if (res != ISC_R_SUCCESS) { isc_log_write(dns_lctx, DNS_LOGCATEGORY_CONFIG, DNS_LOGMODULE_CONFIG, ISC_LOG_CRITICAL, - "%s: Error creating mem context", + "%s: error creating mem context", funcname); goto done; } @@ -5887,7 +5887,7 @@ dns_c_parse_namedconf(const char *filename, isc_mem_t *mem, if (res != ISC_R_SUCCESS) { isc_log_write(dns_lctx, DNS_LOGCATEGORY_CONFIG, DNS_LOGMODULE_CONFIG, ISC_LOG_CRITICAL, - "%s: Error initializing keywords", + "%s: error initializing keywords", funcname); goto done; } @@ -5896,7 +5896,7 @@ dns_c_parse_namedconf(const char *filename, isc_mem_t *mem, if (res != ISC_R_SUCCESS) { isc_log_write(dns_lctx, DNS_LOGCATEGORY_CONFIG, DNS_LOGMODULE_CONFIG, ISC_LOG_CRITICAL, - "%s: Error creating config context", + "%s: error creating config context", funcname); goto done; } @@ -5905,7 +5905,7 @@ dns_c_parse_namedconf(const char *filename, isc_mem_t *mem, if (res != ISC_R_SUCCESS) { isc_log_write(dns_lctx, DNS_LOGCATEGORY_CONFIG, DNS_LOGMODULE_CONFIG, ISC_LOG_CRITICAL, - "%s: Error creating lexer", + "%s: error creating lexer", funcname); goto done; }