mirror of
https://github.com/isc-projects/bind9.git
synced 2026-07-02 20:19:34 -04:00
parent
30ca20f720
commit
1d4d23dac8
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue