mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 04:13:28 +01:00
Merge remote-tracking branch 'teor/bug28441-035' into maint-0.3.5
This commit is contained in:
commit
a58b19465d
4
changes/bug28441
Normal file
4
changes/bug28441
Normal file
@ -0,0 +1,4 @@
|
||||
o Minor bugfixes (logging):
|
||||
- Stop talking about the Named flag in log messages. Clients have
|
||||
ignored the Named flag since 0.3.2. Fixes bug 28441;
|
||||
bugfix on 0.3.2.1-alpha.
|
@ -1019,8 +1019,7 @@ node_get_by_nickname,(const char *nickname, unsigned flags))
|
||||
} SMARTLIST_FOREACH_END(node);
|
||||
|
||||
if (any_unwarned) {
|
||||
log_warn(LD_CONFIG, "There are multiple matches for the name %s, "
|
||||
"but none is listed as Named in the directory consensus. "
|
||||
log_warn(LD_CONFIG, "There are multiple matches for the name %s. "
|
||||
"Choosing one arbitrarily.", nickname);
|
||||
}
|
||||
} else if (smartlist_len(matches)==1 && warn_if_unnamed) {
|
||||
|
Loading…
Reference in New Issue
Block a user