[tor-bugs] #8880 [Tor]: Fix log message saying what fraction of paths we can likely build

Tor Bug Tracker & Wiki blackhole at torproject.org
Wed May 15 23:01:58 UTC 2013


#8880: Fix log message saying what fraction of paths we can likely build
-------------------------------+--------------------------------------------
 Reporter:  karsten            |          Owner:                    
     Type:  defect             |         Status:  needs_information 
 Priority:  normal             |      Milestone:  Tor: 0.2.4.x-final
Component:  Tor                |        Version:                    
 Keywords:  tor-client shadow  |         Parent:                    
   Points:                     |   Actualpoints:                    
-------------------------------+--------------------------------------------

Comment(by robgjansen):

 Long story short, this was a scallion bug: (msg) -> ("%s", msg) fixed the
 problem. [https://github.com/shadow/shadow/issues/128 More details here.]

 Nevermind about the patch. I'm now using add_callback_log() instead of
 intercepting logv().

 On that front, calling add_callback_log() before tor_init() causes Tor to
 lose the callback somewhere. That may or may not be intended, but this
 currently seems to work:

 {{{
 add_callback_log()
 tor_init()
 add_callback_log()
 }}}

-- 
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/8880#comment:6>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list