diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2011-04-08 04:03:50 +0200 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-04-26 23:55:22 -0400 |
commit | 8e2904e269e039713c2b2e7be10b82e11f239cd0 (patch) | |
tree | f120ea88e8c08a8be0b4031e6c20e4367375fd6e /src/or/router.c | |
parent | 79a3b3cd3719b3b87b0edbab62b256e42c7b42de (diff) | |
download | tor-8e2904e269e039713c2b2e7be10b82e11f239cd0.tar tor-8e2904e269e039713c2b2e7be10b82e11f239cd0.tar.gz |
Fix a log msg
Diffstat (limited to 'src/or/router.c')
-rw-r--r-- | 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 64cb079bd..0ef4728a0 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); } |