aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuituse.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2015-08-17 14:34:50 -0400
committerRoger Dingledine <arma@torproject.org>2015-08-17 14:34:50 -0400
commitb4732bd2eab74f6b4a3611c13521d261679d924a (patch)
tree58767a2816c5c7e46d9ba0332c7842872dc2ec29 /src/or/circuituse.c
parent7f9a33a800b0d399942ca0aa98c05a71d08926b4 (diff)
downloadtor-b4732bd2eab74f6b4a3611c13521d261679d924a.tar.gz
tor-b4732bd2eab74f6b4a3611c13521d261679d924a.zip
Logs and debug info that I used for finding bug 16844
Diffstat (limited to 'src/or/circuituse.c')
-rw-r--r--src/or/circuituse.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/or/circuituse.c b/src/or/circuituse.c
index 05e67361b8..a3b71974ca 100644
--- a/src/or/circuituse.c
+++ b/src/or/circuituse.c
@@ -1204,6 +1204,9 @@ circuit_detach_stream(circuit_t *circ, edge_connection_t *conn)
}
}
if (removed) {
+ log_debug(LD_APP, "Removing stream %d from circ %u",
+ conn->stream_id, (unsigned)circ->n_circ_id);
+
/* If the stream was removed, and it was a rend stream, decrement the
* number of streams on the circuit associated with the rend service.
*/