summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-09-11 17:57:31 -0400
committerNick Mathewson <nickm@torproject.org>2017-09-11 17:57:31 -0400
commit6e4967ef03fb5d046592253c41e2a62f822332fd (patch)
tree1dc360bc3ef91a4b96d14dda11795df34544b177
parente3caad0ea1fedd8d13b6772d0f848a5dd417bf12 (diff)
parent84bb5cb1f1d71a8f5067e85fd19c43dcb2bb33c5 (diff)
downloadtor-6e4967ef03fb5d046592253c41e2a62f822332fd.tar.gz
tor-6e4967ef03fb5d046592253c41e2a62f822332fd.zip
Merge remote-tracking branch 'dgoulet/ticket23462_032_01'
-rw-r--r--src/or/circuitlist.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/or/circuitlist.c b/src/or/circuitlist.c
index 774edc90b4..5cc6252325 100644
--- a/src/or/circuitlist.c
+++ b/src/or/circuitlist.c
@@ -1912,6 +1912,10 @@ circuit_mark_for_close_, (circuit_t *circ, int reason, int line,
circuits_pending_close = smartlist_new();
smartlist_add(circuits_pending_close, circ);
+
+ log_info(LD_GENERAL, "Circuit %u marked for close at %s:%d (orig reason: "
+ "%u, new reason: %u)",
+ circ->n_circ_id, file, line, orig_reason, reason);
}
/** Called immediately before freeing a marked circuit <b>circ</b> from