]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
explain ip-ratelimit-factor causes the log line and it is a per-query log line.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 4 Sep 2018 09:26:51 +0000 (09:26 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 4 Sep 2018 09:26:51 +0000 (09:26 +0000)
git-svn-id: file:///svn/unbound/trunk@4885 be551aaa-1e26-0410-a405-d3ace91eadb9

daemon/worker.c

index 9551c60f4a6a911701f471bf9ecd1ace32873104..a23c4994bee4d1c3824548f20c5cb73bb2415dda 100644 (file)
@@ -1180,7 +1180,7 @@ worker_handle_request(struct comm_point* c, void* arg, int error,
                        char addrbuf[128];
                        addr_to_str(&repinfo->addr, repinfo->addrlen,
                                                addrbuf, sizeof(addrbuf));
-                 verbose(VERB_OPS, "ip_ratelimit allowed through for ip address %s ",
+                 verbose(VERB_QUERY, "ip_ratelimit allowed through for ip address %s because of slip in ip_ratelimit_factor",
                                  addrbuf);
                } else {
                        worker->stats.num_queries_ip_ratelimited++;