[tor-bugs] #1090 [Tor Client]: Warning about using an excluded node for exit

Tor Bug Tracker & Wiki torproject-admin at torproject.org
Mon Apr 11 22:29:43 UTC 2011


#1090: Warning about using an excluded node for exit
---------------------------+------------------------------------------------
    Reporter:  Sebastian   |       Owner:  nickm             
        Type:  defect      |      Status:  needs_review      
    Priority:  major       |   Milestone:  Tor: 0.2.2.x-final
   Component:  Tor Client  |     Version:  0.2.1.19          
  Resolution:  None        |    Keywords:                    
      Parent:              |      Points:                    
Actualpoints:              |  
---------------------------+------------------------------------------------

Comment(by arma):

 {{{
        if (options->ExcludeNodes && options->StrictNodes &&
            routerset_contains_routerstatus(options->ExcludeNodes, rs)) {
 -        log_warn(LD_DIR, "Wanted to publish to '%s', but it's in our "
 -                 "ExcludedNodes list and StrictNodes is set. Skipping.",
 +        log_warn(LD_DIR, "Wanted to contact authority '%s' for %s, but "
 +                 "it's in our ExcludedNodes list and StrictNodes is set.
 "
 +                 "Skipping.",
 +                 dir_conn_purpose_to_string(dir_purpose),
                   ds->nickname);
 }}}

 The args here are reversed.

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


More information about the tor-bugs mailing list