diff options
author | teor (Tim Wilson-Brown) <teor2345@gmail.com> | 2016-06-28 14:15:11 +1000 |
---|---|---|
committer | teor (Tim Wilson-Brown) <teor2345@gmail.com> | 2016-06-28 14:18:16 +1000 |
commit | 608c12baaf820c33246052e23fd0c65459ed1c5c (patch) | |
tree | 427b98338491e51f2e0481a6529a487d62339911 /changes | |
parent | 812fd416eff4fa7326cbd4bd46ff0f5801b9034c (diff) | |
download | tor-608c12baaf820c33246052e23fd0c65459ed1c5c.tar.gz tor-608c12baaf820c33246052e23fd0c65459ed1c5c.zip |
Resolve bug18812 by logging fallback key changes at info level
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug18812 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug18812 b/changes/bug18812 new file mode 100644 index 0000000000..793e1102f7 --- /dev/null +++ b/changes/bug18812 @@ -0,0 +1,4 @@ + o Minor bugfixes (bootstrap): + - When a fallback changes its fingerprint from the hard-coded + fingerprint, log a less severe, more explanatory log message. + Fixes bug 18812; bugfix on 0.2.8.1-alpha. Patch by teor. |