Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
5bf922fd
Commit
5bf922fd
authored
Aug 23, 2000
by
Andreas Gustafsson
Browse files
use all lower case in error messages
parent
1aae8807
Changes
1
Show whitespace changes
Inline
Side-by-side
lib/dns/config/confparser.y.dirty
View file @
5bf922fd
...
...
@@ -16,7 +16,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: confparser.y.dirty,v 1.1
1
2000/08/2
2 05:14:51 marka
Exp $ */
/* $Id: confparser.y.dirty,v 1.1
2
2000/08/2
3 23:54:58 gson
Exp $ */
#include <config.h>
...
...
@@ -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,
"
E
rror creating new zone");
"
e
rror 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,
"
E
rror adding new zone to list");
"
e
rror 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:
E
rror creating mem context",
"%s:
e
rror 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:
E
rror initializing keywords",
"%s:
e
rror 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:
E
rror creating config context",
"%s:
e
rror 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:
E
rror creating lexer",
"%s:
e
rror creating lexer",
funcname);
goto done;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment