From 9c2bc441f8acf6fb47c7cc1f09c04974ee35d694 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 26 Jan 2018 13:14:14 -0500 Subject: If out-of-disk when saving a consensus cache entry, don't BUG. Just warn instead. Fixes bug 24859. --- changes/bug24859 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 changes/bug24859 (limited to 'changes') 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. -- cgit v1.2.3-54-g00ecf