From 4704c28cabd607331f174986fd0a9a52ee0188cc Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Tue, 25 Jun 2024 16:42:25 +1000 Subject: [PATCH] Cleanup old clang-format string splitting (cherry picked from commit 6d1c7beb154eaa6390921a64d280f7f76512be18) --- lib/dns/resolver.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/dns/resolver.c b/lib/dns/resolver.c index d858fc8636..2bcc68efbb 100644 --- a/lib/dns/resolver.c +++ b/lib/dns/resolver.c @@ -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)); }