diff options
author | David Goulet <dgoulet@torproject.org> | 2017-08-01 14:15:47 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2017-08-01 14:15:47 -0400 |
commit | ff9c52966796bae56cd216697ba879c06f806034 (patch) | |
tree | bd84cde4da108decb1402d5168ca2648bb7879df /changes | |
parent | 4d262035280101fcf54ab770ad3341215c261bd8 (diff) | |
download | tor-ff9c52966796bae56cd216697ba879c06f806034.tar.gz tor-ff9c52966796bae56cd216697ba879c06f806034.zip |
hs: Cleanup logging statement in hs_intropoint.c
One log statement was a warning and has been forgotten. It is triggered for a
successful attempt at introducting from a client.
It has been reported here:
https://lists.torproject.org/pipermail/tor-relays/2017-August/012689.html
Three other log_warn() statement changed to protocol warning because they are
errors that basically can come from the network and thus triggered by anyone.
Fixes #23078.
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug23078 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug23078 b/changes/bug23078 new file mode 100644 index 0000000000..67624007cf --- /dev/null +++ b/changes/bug23078 @@ -0,0 +1,7 @@ + o Minor bugfixes (logging, relay): + - Remove a log_warn() that has been forgotten when an introduction point + successfully established a hidden service prop224 circuit with a client. + - Three other log_warn() for an introduction point have been changed to + protocol warning because they can be failure from the network and are + not relevant to the operator. Fixes bug 23078; bugfix on + tor-0.3.0.1-alpha and tor-0.3.0.2-alpha. |