If out-of-disk when saving a consensus cache entry, don't BUG.

Just warn instead.

Fixes bug 24859.
This commit is contained in:
Nick Mathewson
2018-01-26 13:14:14 -05:00
parent 7f2e23e7ac
commit 9c2bc441f8
2 changed files with 8 additions and 1 deletions
+4
View File
@@ -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.