]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Cleanup old clang-format string splitting
authorMark Andrews <marka@isc.org>
Tue, 25 Jun 2024 06:42:25 +0000 (16:42 +1000)
committerMark Andrews <marka@isc.org>
Thu, 1 Aug 2024 05:58:16 +0000 (15:58 +1000)
(cherry picked from commit 6d1c7beb154eaa6390921a64d280f7f76512be18)

lib/dns/resolver.c

index d858fc8636eed4feed413ee66ef28cd596ba80e7..2bcc68efbb33d0674e3ad02835efc824c66ef0eb 100644 (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));
                }