mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Cleanup old clang-format string splitting
(cherry picked from commit 6d1c7beb15)
This commit is contained in:
parent
2789554dec
commit
eea196fc78
1 changed files with 2 additions and 3 deletions
|
|
@ -1674,9 +1674,8 @@ fctx__done(fetchctx_t *fctx, isc_result_t result, const char *func,
|
|||
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