Downgrade an eventdns warning to PROTOCOL_WARN.

This commit is contained in:
Nick Mathewson 2012-06-07 13:03:39 -04:00
parent 99618a9641
commit f9fddba539
2 changed files with 4 additions and 1 deletions

3
changes/bug5932 Normal file
View File

@ -0,0 +1,3 @@
o Minor bugfixes:
- Downgrade "eventdns rejected address" message to LOG_PROTOCOL_WARN.
Fixes bug 5932; bugfix on 0.2.2.7-alpha.

View File

@ -1437,7 +1437,7 @@ launch_resolve(edge_connection_t *exitconn)
r = 0;
if (!req) {
log_warn(LD_EXIT, "eventdns rejected address %s.",
log_fn(LOG_PROTOCOL_WARN, LD_EXIT, "eventdns rejected address %s.",
escaped_safe_str(addr));
r = -1;
tor_free(addr); /* There is no evdns request in progress; stop