[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-bugs] #23078 [Core Tor/Tor]: hs: Forgotten log_warn for prop224 intro point
#23078: hs: Forgotten log_warn for prop224 intro point
------------------------------+----------------------------------------
Reporter: dgoulet | Owner: dgoulet
Type: defect | Status: new
Priority: High | Milestone: Tor: 0.3.2.x-final
Component: Core Tor/Tor | Version:
Severity: Normal | Keywords: tor-hs, prop224, tor-relay
Actual Points: | Parent ID:
Points: 0.1 | Reviewer:
Sponsor: |
------------------------------+----------------------------------------
Turns out we forgot to remove that log statement from `hs_intropoint.c`:
{{{
log_warn(LD_GENERAL, "Established prop224 intro point on circuit %"
PRIu32,
circ->p_circ_id);
}}}
It has been reported here: https://lists.torproject.org/pipermail/tor-
relays/2017-August/012689.html
As far as I can tell, it seems the only warning that is misplaced and that
one is unneeded.
However, I might want to take the opportunity to change 3 `log_warn()` and
put them to protocol warning level instead.
{{{
log_warn(LD_REND, "Unable to send INTRODUCE2 cell to the service.");
...
log_warn(LD_REND, "Unable to send an INTRODUCE ACK status %d to
client.",
status);
...
log_warn(LD_BUG, "Couldn't send INTRO_ESTABLISHED cell.");
}}}
They've been introduced in `tor-0.3.0.1-alpha` and `tor-0.3.0.2-alpha`.
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/23078>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs