Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
262fea66
Commit
262fea66
authored
Mar 01, 2014
by
Evan Hunt
Browse files
[master] fix log level for built in keys
3771. [cleanup] Adjusted log level for "using built-in key" messages. [RT #24383]
parent
8ab8cd1f
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
262fea66
3771. [cleanup] Adjusted log level for "using built-in key"
messages. [RT #24383]
3770. [bug] "dig +trace" could fail with an assertion when it
needed to fall back to TCP due to a truncated
response. [RT #24660]
...
...
bin/named/server.c
View file @
262fea66
...
...
@@ -829,7 +829,7 @@ configure_view_dnsseckeys(dns_view_t *view, const cfg_obj_t *vconfig,
const
cfg_obj_t
*
builtin_managed_keys
=
NULL
;
isc_log_write
(
ns_g_lctx
,
DNS_LOGCATEGORY_SECURITY
,
NS_LOGMODULE_SERVER
,
ISC_LOG_
WARNING
,
NS_LOGMODULE_SERVER
,
ISC_LOG_
INFO
,
"using built-in DLV key for view %s"
,
view
->
name
);
...
...
@@ -862,7 +862,7 @@ configure_view_dnsseckeys(dns_view_t *view, const cfg_obj_t *vconfig,
const
cfg_obj_t
*
builtin_managed_keys
=
NULL
;
isc_log_write
(
ns_g_lctx
,
DNS_LOGCATEGORY_SECURITY
,
NS_LOGMODULE_SERVER
,
ISC_LOG_
WARNING
,
NS_LOGMODULE_SERVER
,
ISC_LOG_
INFO
,
"using built-in root key for view %s"
,
view
->
name
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment