diff options
author | Roger Dingledine <arma@torproject.org> | 2015-08-17 14:34:50 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2015-08-17 14:34:50 -0400 |
commit | b4732bd2eab74f6b4a3611c13521d261679d924a (patch) | |
tree | 58767a2816c5c7e46d9ba0332c7842872dc2ec29 /src/or/circuituse.c | |
parent | 7f9a33a800b0d399942ca0aa98c05a71d08926b4 (diff) | |
download | tor-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.c | 3 |
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. */ |