mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Fix a log message typo
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
o Minor bugfixes
|
||||
- Fix a minor typo in a log message. Bugfix on 0.2.2.6-alpha.
|
||||
|
||||
@@ -2822,7 +2822,7 @@ networkstatus_parse_vote_from_string(const char *s, const char **eos_out,
|
||||
ns->flavor = flav = flavor;
|
||||
}
|
||||
if (flav != FLAV_NS && ns_type != NS_TYPE_CONSENSUS) {
|
||||
log_warn(LD_DIR, "Flavor found on non-consenus networkstatus.");
|
||||
log_warn(LD_DIR, "Flavor found on non-consensus networkstatus.");
|
||||
goto err;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user