diff options
author | Roger Dingledine <arma@torproject.org> | 2008-04-16 00:12:44 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2008-04-16 00:12:44 +0000 |
commit | 5e299b5e013ef9608810d4cc6e4ff63d8928f5f4 (patch) | |
tree | cfd7888a1bd61b2b1e1c1df98ca3e1d0b2da2d26 /src/or/circuituse.c | |
parent | 2b4ff1718f846b438229ea8419b3b5e8b0b192a5 (diff) | |
download | tor-5e299b5e013ef9608810d4cc6e4ff63d8928f5f4.tar.gz tor-5e299b5e013ef9608810d4cc6e4ff63d8928f5f4.zip |
minor fixes that have been accumulating
svn:r14378
Diffstat (limited to 'src/or/circuituse.c')
-rw-r--r-- | src/or/circuituse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/circuituse.c b/src/or/circuituse.c index b014fab8f9..73c31144dd 100644 --- a/src/or/circuituse.c +++ b/src/or/circuituse.c @@ -83,7 +83,7 @@ circuit_is_acceptable(circuit_t *circ, edge_connection_t *conn, if (purpose == CIRCUIT_PURPOSE_C_GENERAL) { if (!exitrouter && !build_state->onehop_tunnel) { - log_debug(LD_CIRC,"Not considering circuit with unknown router."); + log_debug(LD_CIRC,"Not considering circuit with unknown router."); return 0; /* this circuit is screwed and doesn't know it yet, * or is a rendezvous circuit. */ } |