fix meger error

(cherry picked from commit f6b7ff7280)
This commit is contained in:
Mark Andrews 2018-02-09 12:20:34 +11:00
parent 30ca20f720
commit 1d4d23dac8

View file

@ -7406,7 +7406,7 @@ load_configuration(const char *filename, ns_server_t *server,
if (access(server->bindkeysfile, R_OK) == 0) {
isc_log_write(ns_g_lctx, NS_LOGCATEGORY_GENERAL,
NAMED_LOGMODULE_SERVER, ISC_LOG_INFO,
NS_LOGMODULE_SERVER, ISC_LOG_INFO,
"reading built-in trust anchors "
"from file '%s'", server->bindkeysfile);
@ -7418,7 +7418,7 @@ load_configuration(const char *filename, ns_server_t *server,
CHECK(result);
} else {
isc_log_write(ns_g_lctx, NS_LOGCATEGORY_GENERAL,
NAMED_LOGMODULE_SERVER, ISC_LOG_INFO,
NS_LOGMODULE_SERVER, ISC_LOG_INFO,
"unable to open '%s'; using built-in keys "
"instead", server->bindkeysfile);
}