[tor-commits] [tor/master] Fix a log typo found by sysrqb.

nickm at torproject.org nickm at torproject.org
Fri Feb 1 22:03:59 UTC 2013


commit 6e4610de0226f4fa80b68f92c458a5ad42f21b5b
Author: Mike Perry <mikeperry-git at fscked.org>
Date:   Thu Jan 31 09:37:12 2013 -0400

    Fix a log typo found by sysrqb.
---
 src/or/circuitbuild.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/or/circuitbuild.c b/src/or/circuitbuild.c
index 545184b..6689f73 100644
--- a/src/or/circuitbuild.c
+++ b/src/or/circuitbuild.c
@@ -2402,7 +2402,7 @@ pathbias_measure_close_rate(entry_guard_t *guard)
                  "amount of circuits. "
                  "Most likely this means the Tor network is "
                  "overloaded, but it could also mean an attack against "
-                 "you or the potentially the guard itself. "
+                 "you or potentially the guard itself. "
                  "Success counts are %ld/%ld. Use counts are %ld/%ld. "
                  "%ld circuits completed, %ld were unusable, %ld collapsed, "
                  "and %ld timed out. "





More information about the tor-commits mailing list