diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-01-26 13:14:14 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-01-26 13:14:14 -0500 |
commit | 9c2bc441f8acf6fb47c7cc1f09c04974ee35d694 (patch) | |
tree | 9da1d579d4c381494a90dc2341833d516dd5b7ee /changes | |
parent | 7f2e23e7acc0735e5ae933535a1b617a0860e528 (diff) | |
download | tor-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')
-rw-r--r-- | changes/bug24859 | 4 |
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. |