aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuituse.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2009-05-28 11:54:56 -0400
committerNick Mathewson <nickm@torproject.org>2009-05-28 12:22:48 -0400
commit260de44313a594b3f46670bd8b8a723267fda920 (patch)
treeb988bb8049039085eb4b418b26ecd892c4eaa997 /src/or/circuituse.c
parentd49711e52c22e77e95c30660f78b19d4f6025d04 (diff)
downloadtor-260de44313a594b3f46670bd8b8a723267fda920.tar
tor-260de44313a594b3f46670bd8b8a723267fda920.tar.gz
Fixes to spelling fixes. Thanks, Roger!
Diffstat (limited to 'src/or/circuituse.c')
-rw-r--r--src/or/circuituse.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/or/circuituse.c b/src/or/circuituse.c
index bb19175a7..6a54c3439 100644
--- a/src/or/circuituse.c
+++ b/src/or/circuituse.c
@@ -642,7 +642,8 @@ circuit_expire_old_circuits(time_t now)
if (circ->timestamp_dirty &&
circ->timestamp_dirty + get_options()->MaxCircuitDirtiness < now &&
!TO_ORIGIN_CIRCUIT(circ)->p_streams /* nothing attached */ ) {
- log_debug(LD_CIRC, "Closing n_circ_id %d (dirty %d secs ago, purpose %d)",
+ log_debug(LD_CIRC, "Closing n_circ_id %d (dirty %d secs ago, "
+ "purpose %d)",
circ->n_circ_id, (int)(now - circ->timestamp_dirty),
circ->purpose);
circuit_mark_for_close(circ, END_CIRC_REASON_FINISHED);