mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-28 14:23:30 +01:00
you wanted it spelled properly too? And me not even funded!
svn:r6418
This commit is contained in:
parent
d6c04216ef
commit
5f9612216c
@ -988,7 +988,7 @@ router_get_by_nickname(const char *nickname, int warn_if_unnamed)
|
|||||||
char *alternatives = smartlist_join_strings(fps, "; ",0,NULL);
|
char *alternatives = smartlist_join_strings(fps, "; ",0,NULL);
|
||||||
log_warn(LD_CONFIG,
|
log_warn(LD_CONFIG,
|
||||||
"There are multiple matches for the nickname \"%s\","
|
"There are multiple matches for the nickname \"%s\","
|
||||||
" but none is listed as named by the directory authories. "
|
" but none is listed as named by the directory authorities. "
|
||||||
"Choosing one arbitrarily. If you meant one in particular, "
|
"Choosing one arbitrarily. If you meant one in particular, "
|
||||||
"you should say %s.", nickname, alternatives);
|
"you should say %s.", nickname, alternatives);
|
||||||
tor_free(alternatives);
|
tor_free(alternatives);
|
||||||
@ -2294,7 +2294,7 @@ router_get_combined_status_by_nickname(const char *nickname,
|
|||||||
});
|
});
|
||||||
if (any_unwarned) {
|
if (any_unwarned) {
|
||||||
log_warn(LD_CONFIG, "There are multiple matches for the nickname \"%s\",",
|
log_warn(LD_CONFIG, "There are multiple matches for the nickname \"%s\",",
|
||||||
" but none is listed as named by the directory authories. "
|
" but none is listed as named by the directory authorites. "
|
||||||
"Choosing one arbitrarily.");
|
"Choosing one arbitrarily.");
|
||||||
}
|
}
|
||||||
} else if (warn_if_unnamed && best) {
|
} else if (warn_if_unnamed && best) {
|
||||||
|
Loading…
Reference in New Issue
Block a user