BIND 10 trac2377, updated. 7631aa8f7c4eeb998deabfdd60a9ee6eeb0d05dc [2377] Make error message similar to bind9
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Dec 11 10:24:16 UTC 2012
The branch, trac2377 has been updated
via 7631aa8f7c4eeb998deabfdd60a9ee6eeb0d05dc (commit)
from 160677ea7d08e14bd2fc736f2d7b6763ceb2366a (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 7631aa8f7c4eeb998deabfdd60a9ee6eeb0d05dc
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date: Tue Dec 11 11:23:59 2012 +0100
[2377] Make error message similar to bind9
-----------------------------------------------------------------------
Summary of changes:
src/lib/dns/master_loader.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/src/lib/dns/master_loader.cc b/src/lib/dns/master_loader.cc
index 6c13f9c..941a100 100644
--- a/src/lib/dns/master_loader.cc
+++ b/src/lib/dns/master_loader.cc
@@ -207,7 +207,7 @@ MasterLoader::MasterLoaderImpl::loadIncremental(size_t count_limit) {
case MasterToken::END_OF_FILE:
callbacks_.warning(lexer_.getSourceName(),
lexer_.getSourceLine(),
- "Unexpected end ond of file");
+ "File does not end with newline");
// TODO: Try pop in case this is not the only
// source
return (true);
More information about the bind10-changes
mailing list