diff options
author | David Goulet <dgoulet@ev0ke.net> | 2014-11-07 11:40:41 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-11-07 11:44:41 -0500 |
commit | 151f5f90b8a103a35dfbf62426257dc918df4816 (patch) | |
tree | 071162ba97f440b8407d9a11c459bf6e4e03accc /changes | |
parent | 5b1971c7f337371efbab17b88070a7e6f3a11cc8 (diff) | |
download | tor-151f5f90b8a103a35dfbf62426257dc918df4816.tar.gz tor-151f5f90b8a103a35dfbf62426257dc918df4816.zip |
Wrong format in log statement
Fixes bug 13701.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug13701 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug13701 b/changes/bug13701 new file mode 100644 index 0000000000..23a08afa47 --- /dev/null +++ b/changes/bug13701 @@ -0,0 +1,4 @@ + o Minor bugfixes (logging): + - Log the circuit identifier correctly in + connection_ap_handshake_attach_circuit(). Fixes bug 13701; + bugfix on 0.0.6. |