]> 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 04:17:57 +0000 (14:17 +1000)
lib/dns/resolver.c

index 26eeeafbb9f6004e6c69c03836dd5823b8298018..29c4b9b3afc755460e64e313ece1f4c5e1034638 100644 (file)
@@ -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));
                }