[tor-bugs] #9860 [Tor]: junk log messages every time SETCONF changes the set of ORPorts

Tor Bug Tracker & Wiki blackhole at torproject.org
Mon Oct 21 16:40:21 UTC 2013


#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


More information about the tor-bugs mailing list