diff options
author | George Kadianakis <desnacked@riseup.net> | 2020-03-11 15:18:47 +0200 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2020-03-30 13:38:29 -0400 |
commit | 42e56f5bacc6ead39bfef790c6f9ca9be0419739 (patch) | |
tree | 9e180693554fd4df2b701505bb07935172f01514 /changes | |
parent | e472737297f5924a584fc8f434aba085e89b887a (diff) | |
download | tor-42e56f5bacc6ead39bfef790c6f9ca9be0419739.tar.gz tor-42e56f5bacc6ead39bfef790c6f9ca9be0419739.zip |
hs-v3: Relax severity of a log message when decoding descriptors.
Make it LOG_PROTOCOL_WARN and also add the expiration timestamp in there to
ease debugging in the future.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug31669 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug31669 b/changes/bug31669 new file mode 100644 index 0000000000..8079c98f62 --- /dev/null +++ b/changes/bug31669 @@ -0,0 +1,4 @@ + o Minor bugfixes (onion services v3): + - Relax severity of a log message that can appear naturally when decoding + onion service descriptors as a relay. Also add some diagnostics to debug + any future bugs in that area. Fixes bug 31669; bugfix on 0.3.0.1-alpha.
\ No newline at end of file |