[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [tor-bugs] #9860 [Tor]: junk log messages every time SETCONF changes the set of ORPorts
#9860: junk log messages every time SETCONF changes the set of ORPorts
-------------------------+-------------------------------------------------
Reporter: zwol | Owner:
Type: defect | Status: new
Priority: trivial | Milestone: Tor: 0.2.4.x-final
Component: Tor | Version: Tor: 0.2.4.17-rc
Resolution: | Keywords: tor-client tor-relay easy
Actual Points: | deferrable
Points: | Parent ID:
-------------------------+-------------------------------------------------
Changes (by nickm):
* status: needs_information => new
Comment:
You'd compare the specific options, either with the generic
"config_is_same()" function:
{{{
config_is_same(&options_format, options, old_options, "Log")
}}}
or with a type-specific comparison, as in:
{{{
config_lines_eq(options->Logs, old_options->Logs)
}}}
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/9860#comment:5>
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