mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-30 23:53:32 +01:00
Downgrade an eventdns warning to PROTOCOL_WARN.
This commit is contained in:
parent
99618a9641
commit
f9fddba539
3
changes/bug5932
Normal file
3
changes/bug5932
Normal 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.
|
@ -1437,7 +1437,7 @@ launch_resolve(edge_connection_t *exitconn)
|
|||||||
|
|
||||||
r = 0;
|
r = 0;
|
||||||
if (!req) {
|
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));
|
escaped_safe_str(addr));
|
||||||
r = -1;
|
r = -1;
|
||||||
tor_free(addr); /* There is no evdns request in progress; stop
|
tor_free(addr); /* There is no evdns request in progress; stop
|
||||||
|
Loading…
Reference in New Issue
Block a user