[tor-commits] [tor/release-0.2.2] Fix a log message typo
arma at torproject.org
arma at torproject.org
Fri Apr 1 14:17:53 UTC 2011
commit 98abe1420d21cf67931229fb776117927c7ab1d6
Author: Robert Ransom <rransom.8774 at gmail.com>
Date: Tue Mar 15 09:48:26 2011 -0700
Fix a log message typo
---
changes/log-typo-2011-03-15-01 | 3 +++
src/or/routerparse.c | 2 +-
2 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/changes/log-typo-2011-03-15-01 b/changes/log-typo-2011-03-15-01
new file mode 100644
index 0000000..3830df3
--- /dev/null
+++ b/changes/log-typo-2011-03-15-01
@@ -0,0 +1,3 @@
+ o Minor bugfixes
+ - Fix a minor typo in a log message. Bugfix on 0.2.2.6-alpha.
+
diff --git a/src/or/routerparse.c b/src/or/routerparse.c
index 28ce97e..e0605dc 100644
--- a/src/or/routerparse.c
+++ b/src/or/routerparse.c
@@ -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;
}
More information about the tor-commits
mailing list