Cleanup old clang-format string splitting

(cherry picked from commit 6d1c7beb15)
This commit is contained in:
Mark Andrews 2024-06-25 16:42:25 +10:00
parent 7643a0322f
commit 4704c28cab

View file

@ -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));
}