From: Michal 'vorner' Vaner Date: Tue, 11 Dec 2012 10:23:59 +0000 (+0100) Subject: [2377] Make error message similar to bind9 X-Git-Tag: bind10-1.0.0-beta-release~28^2~3^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7631aa8f7c4eeb998deabfdd60a9ee6eeb0d05dc;p=thirdparty%2Fkea.git [2377] Make error message similar to bind9 --- diff --git a/src/lib/dns/master_loader.cc b/src/lib/dns/master_loader.cc index 6c13f9c7d9..941a100948 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);