mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 05:39:59 -04:00
Cleanup old clang-format string splitting
(cherry picked from commit 6d1c7beb15)
This commit is contained in:
parent
7643a0322f
commit
4704c28cab
1 changed files with 2 additions and 3 deletions
|
|
@ -1860,9 +1860,8 @@ fctx__done_detach(fetchctx_t **fctxp, isc_result_t result, const char *file,
|
|||
if (fctx->qmin_warning != ISC_R_SUCCESS) {
|
||||
isc_log_write(dns_lctx, DNS_LOGCATEGORY_LAME_SERVERS,
|
||||
DNS_LOGMODULE_RESOLVER, ISC_LOG_INFO,
|
||||
"success resolving '%s' "
|
||||
"after disabling qname minimization due "
|
||||
"to '%s'",
|
||||
"success resolving '%s' after disabling "
|
||||
"qname minimization due to '%s'",
|
||||
fctx->info,
|
||||
isc_result_totext(fctx->qmin_warning));
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue