diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-04-24 22:05:41 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-04-24 22:05:41 -0400 |
commit | 68ea7d24d8e1ceb594ae5a63a3d433bd78a079cd (patch) | |
tree | 9267c60b7fea523c8c217c87ec327900a4cf186d /src/or/entrynodes.c | |
parent | 6e89d29bd5ee93b87ab0ce97e46408d196d0f6d4 (diff) | |
parent | cab5f82d125d721fa4b73568323ac1b6009002c3 (diff) | |
download | tor-68ea7d24d8e1ceb594ae5a63a3d433bd78a079cd.tar.gz tor-68ea7d24d8e1ceb594ae5a63a3d433bd78a079cd.zip |
Merge remote-tracking branch 'origin/maint-0.2.4'
Diffstat (limited to 'src/or/entrynodes.c')
-rw-r--r-- | src/or/entrynodes.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/entrynodes.c b/src/or/entrynodes.c index 086561a9c8..70f7c878ee 100644 --- a/src/or/entrynodes.c +++ b/src/or/entrynodes.c @@ -1219,7 +1219,7 @@ entry_guards_parse_state(or_state_t *state, int set, char **msg) int severity = LOG_INFO; /* If this state file was written by a Tor that would have * already fixed it, then the overcounting bug is still there.. */ - if (tor_version_as_new_as(state_version, "0.2.4.12-alpha")) { + if (tor_version_as_new_as(state_version, "0.2.4.13-alpha")) { severity = LOG_NOTICE; } log_fn(severity, LD_BUG, @@ -1284,7 +1284,7 @@ entry_guards_parse_state(or_state_t *state, int set, char **msg) int severity = LOG_INFO; /* If this state file was written by a Tor that would have * already fixed it, then the overcounting bug is still there.. */ - if (tor_version_as_new_as(state_version, "0.2.4.12-alpha")) { + if (tor_version_as_new_as(state_version, "0.2.4.13-alpha")) { severity = LOG_NOTICE; } log_fn(severity, LD_BUG, |