Fix a log message typo

This commit is contained in:
Robert Ransom 2011-03-15 09:48:26 -07:00
parent 3af59dcaee
commit 98abe1420d
2 changed files with 4 additions and 1 deletions

View File

@ -0,0 +1,3 @@
o Minor bugfixes
- Fix a minor typo in a log message. Bugfix on 0.2.2.6-alpha.

View File

@ -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;
}