aboutsummaryrefslogtreecommitdiff
path: root/changes/bug24859
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-01-26 13:14:14 -0500
committerNick Mathewson <nickm@torproject.org>2018-01-26 13:14:14 -0500
commit9c2bc441f8acf6fb47c7cc1f09c04974ee35d694 (patch)
tree9da1d579d4c381494a90dc2341833d516dd5b7ee /changes/bug24859
parent7f2e23e7acc0735e5ae933535a1b617a0860e528 (diff)
downloadtor-9c2bc441f8acf6fb47c7cc1f09c04974ee35d694.tar.gz
tor-9c2bc441f8acf6fb47c7cc1f09c04974ee35d694.zip
If out-of-disk when saving a consensus cache entry, don't BUG.
Just warn instead. Fixes bug 24859.
Diffstat (limited to 'changes/bug24859')
-rw-r--r--changes/bug248594
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug24859 b/changes/bug24859
new file mode 100644
index 0000000000..122109d650
--- /dev/null
+++ b/changes/bug24859
@@ -0,0 +1,4 @@
+ o Minor bugfixes (logging):
+ - Don't treat inability to store a cached consensus object as a
+ bug: it can happen normally when we are out of disk space.
+ Fixes bug 24859; bugfix on 0.3.1.1-alpha.