[tor-commits] [tor/master] Fix a log msg
nickm at torproject.org
nickm at torproject.org
Wed Apr 27 18:36:23 UTC 2011
commit 8e2904e269e039713c2b2e7be10b82e11f239cd0
Author: Sebastian Hahn <sebastian at torproject.org>
Date: Fri Apr 8 04:03:50 2011 +0200
Fix a log msg
---
src/or/router.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/or/router.c b/src/or/router.c
index 64cb079..0ef4728 100644
--- a/src/or/router.c
+++ b/src/or/router.c
@@ -865,7 +865,7 @@ consider_testing_reachability(int test_or, int test_dir)
if ((msg = rate_limit_log(&warning_limit, approx_time()))) {
log_warn(LD_CIRC, "Can't peform self-tests for this relay: we have "
"listed ourself in ExcludeNodes, and StrictNodes is set. "
- "We will cannot learn whether we are usable, and will not "
+ "We cannot learn whether we are usable, and will not "
"be able to advertise ourself.%s", msg);
tor_free(msg);
}
More information about the tor-commits
mailing list