mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
1729. [func] Improve check-names error messages.
1728. [doc] Update check-names documentation. 1727. [bug] named-checkzone: check-names support didn't match documentation.
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: rdata.c,v 1.184 2004/03/16 05:52:18 marka Exp $ */
|
||||
/* $Id: rdata.c,v 1.185 2004/10/06 05:56:29 marka Exp $ */
|
||||
|
||||
#include <config.h>
|
||||
#include <ctype.h>
|
||||
@@ -1588,7 +1588,7 @@ warn_badname(dns_name_t *name, isc_lex_t *lexer,
|
||||
file = isc_lex_getsourcename(lexer);
|
||||
line = isc_lex_getsourceline(lexer);
|
||||
dns_name_format(name, namebuf, sizeof(namebuf));
|
||||
(*callbacks->warn)(callbacks, "%s:%u: %s: %s",
|
||||
(*callbacks->warn)(callbacks, "%s:%u: warning: %s: %s",
|
||||
file, line, namebuf,
|
||||
dns_result_totext(DNS_R_BADNAME));
|
||||
}
|
||||
|
Reference in New Issue
Block a user