summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-03-21 11:57:23 -0400
committerNick Mathewson <nickm@torproject.org>2016-03-21 11:57:23 -0400
commit005a20ec859aa1c9e2f6d6bf5a1e70069f7f20f5 (patch)
tree86280a7e763d3c0462a40f9cca23a00f5e6c7c35 /changes
parent920e3d6a191486a5879aa0f2e0bfcf743d075c12 (diff)
downloadtor-005a20ec859aa1c9e2f6d6bf5a1e70069f7f20f5.tar.gz
tor-005a20ec859aa1c9e2f6d6bf5a1e70069f7f20f5.zip
Log a better message when OfflineMasterKey is set.
Fixes bug 18133; bugfix on 0.2.7.2-alpha.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug181334
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug18133 b/changes/bug18133
new file mode 100644
index 0000000000..177d286495
--- /dev/null
+++ b/changes/bug18133
@@ -0,0 +1,4 @@
+ o Minor bugfixes (logging):
+ - When we can't generate a signing key because OfflineMasterKey is set,
+ do not imply that we should have been able to load it.
+ Fixes bug 18133; bugfix on 0.2.7.2-alpha.