]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Squelch log of failed to tcp initiate after TCP Fastopen failure.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 8 Oct 2018 13:27:53 +0000 (13:27 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 8 Oct 2018 13:27:53 +0000 (13:27 +0000)
git-svn-id: file:///svn/unbound/trunk@4937 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/Changelog
services/outside_network.c

index c2bfde3493607c862a7d2020c293fce07f8d6747..4cce065ba079335eaee8c852effaad5b501c6cef 100644 (file)
@@ -1,3 +1,6 @@
+8 October 2018: Wouter
+       - Squelch log of failed to tcp initiate after TCP Fastopen failure.
+
 5 October 2018: Wouter
        - Squelch EADDRNOTAVAIL errors when the interface goes away,
          this omits 'can't assign requested address' errors unless
index e2c59c4616ddc482687713ce859beeb974410fea..e0684fc6632d5d8847b2b41fed6f181d3d5e8bed 100644 (file)
@@ -1876,7 +1876,7 @@ serviced_tcp_initiate(struct serviced_query* sq, sldns_buffer* buff)
        if(!sq->pending) {
                /* delete from tree so that a retry by above layer does not
                 * clash with this entry */
-               log_err("serviced_tcp_initiate: failed to send tcp query");
+               verbose(VERB_ALGO, "serviced_tcp_initiate: failed to send tcp query");
                serviced_callbacks(sq, NETEVENT_CLOSED, NULL, NULL);
        }
 }