From 194dc32059f43d464330a7ce29a2c1e5d5ee3e74 Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Tue, 4 Sep 2018 09:26:51 +0000 Subject: [PATCH] explain ip-ratelimit-factor causes the log line and it is a per-query log line. git-svn-id: file:///svn/unbound/trunk@4885 be551aaa-1e26-0410-a405-d3ace91eadb9 --- daemon/worker.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/worker.c b/daemon/worker.c index 9551c60f4..a23c4994b 100644 --- a/daemon/worker.c +++ b/daemon/worker.c @@ -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++;