2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

[master] change RRL log category 'query-errors'

3575.	[func]		Changed the logging category for RRL events from
			'queries' to 'query-errors'. [RT #33540]
This commit is contained in:
Evan Hunt
2013-05-21 12:20:54 -07:00
parent f9ed68cc5d
commit f3c8e48b95
5 changed files with 13 additions and 10 deletions

View File

@@ -1219,7 +1219,8 @@ dns_rrl(dns_view_t *view,
* Make a log message for the caller.
*/
if (wouldlog)
make_log_buf(rrl, e, rrl->log_only ? "would " : NULL,
make_log_buf(rrl, e,
rrl->log_only ? "would rate limit " : "rate limit ",
NULL, ISC_FALSE, qname, ISC_FALSE,
rrl_result, resp_result, log_buf, log_buf_len);