diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-04-26 20:46:44 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-05-11 12:36:19 -0400 |
commit | b59d79134e1089d310278a70788401835c1e5c10 (patch) | |
tree | 6e11774a6cbfc54fee9f33dac695ababd44fe50f /changes | |
parent | de08f2d96bd1815a8da5c359a4f52310dc1905d7 (diff) | |
download | tor-b59d79134e1089d310278a70788401835c1e5c10.tar.gz tor-b59d79134e1089d310278a70788401835c1e5c10.zip |
Log find_rp_for_intro_() failures at LOG_PROTOCOL_WARN.
Closes ticket 18761.
Also fix a whitespace issue.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug18761 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug18761 b/changes/bug18761 new file mode 100644 index 0000000000..78500a88ea --- /dev/null +++ b/changes/bug18761 @@ -0,0 +1,3 @@ + o Minor feature (logging): + - When rejecting a misformed INTRODUCE2 cell, only log at PROTOCOL_WARN + severity. Closes ticket 18761. |