From: Wouter Wijngaards Date: Tue, 4 Sep 2018 09:26:51 +0000 (+0000) Subject: explain ip-ratelimit-factor causes the log line and it is a per-query log line. X-Git-Tag: release-1.8.1rc1~32 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=194dc32059f43d464330a7ce29a2c1e5d5ee3e74;p=thirdparty%2Funbound.git 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 --- 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++;