diff options
author | David Goulet <dgoulet@torproject.org> | 2018-09-14 12:04:01 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2018-09-14 12:04:01 -0400 |
commit | 33c99cf56539a077723940f3ef4f1d54ddd5c5bc (patch) | |
tree | c3aae0c95cd216c8bd444f8d72fc2e5e562e644d /changes | |
parent | 7e406ec40f5fef21c07bea9db51615e11a749ee8 (diff) | |
download | tor-33c99cf56539a077723940f3ef4f1d54ddd5c5bc.tar.gz tor-33c99cf56539a077723940f3ef4f1d54ddd5c5bc.zip |
hs-v2: Demote log warning to info when we don't have a consensus
Fixes #27040
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket27040 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/ticket27040 b/changes/ticket27040 new file mode 100644 index 0000000000..160556a761 --- /dev/null +++ b/changes/ticket27040 @@ -0,0 +1,5 @@ + o Minor bugfixes (hidden service v2): + - Demote a log warning to info in case we do not have a consensus when a + .onion request comes in. This can happen while bootstrapping for + instance. The request will follow through after so we really don't need + to warn the user loudly. Fixes bug 27040; bugfix on 0.2.8.2-alpha. |