From ec4df1f908a8b7c74ce379ceadb1124ead8e9ad5 Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Mon, 21 May 2001 22:49:24 +0000 Subject: [PATCH] consistently use lower case in error messages --- lib/dns/master.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/dns/master.c b/lib/dns/master.c index d9db5e7a2e..164cf70e65 100644 --- a/lib/dns/master.c +++ b/lib/dns/master.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: master.c,v 1.115 2001/05/14 06:22:40 marka Exp $ */ +/* $Id: master.c,v 1.116 2001/05/21 22:49:24 gson Exp $ */ #include @@ -1244,7 +1244,7 @@ load(dns_loadctx_t *lctx) { if (ictx->current == NULL) { (*callbacks->error)(callbacks, - "%s: %s:%lu: No current owner name", + "%s: %s:%lu: no current owner name", "dns_master_load", source, line); result = DNS_R_NOOWNER;