aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuitbuild.c
diff options
context:
space:
mode:
authorMike Perry <mikeperry-git@fscked.org>2013-01-31 09:37:12 -0400
committerNick Mathewson <nickm@torproject.org>2013-02-01 17:01:22 -0500
commit6e4610de0226f4fa80b68f92c458a5ad42f21b5b (patch)
tree1a24337241083de68e8cf03bd8c8af2ba0da8ab8 /src/or/circuitbuild.c
parent95d272f5d843b0b8d30e183444b78910e72b04f7 (diff)
downloadtor-6e4610de0226f4fa80b68f92c458a5ad42f21b5b.tar
tor-6e4610de0226f4fa80b68f92c458a5ad42f21b5b.tar.gz
Fix a log typo found by sysrqb.
Diffstat (limited to 'src/or/circuitbuild.c')
-rw-r--r--src/or/circuitbuild.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/circuitbuild.c b/src/or/circuitbuild.c
index 545184b4f..6689f73e2 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. "