From 6ca87e393b284c3279f4a1bda7b10e1c5d603e50 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 23 Aug 2016 10:00:54 -0400 Subject: [PATCH] changes file for bug 17758 --- changes/bug17758 | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changes/bug17758 diff --git a/changes/bug17758 b/changes/bug17758 new file mode 100644 index 0000000000..cd72d6863f --- /dev/null +++ b/changes/bug17758 @@ -0,0 +1,3 @@ + o Minor bugfixes (logging): + - Log a more accurate message when we fail to dump a microdescriptor. + Fixes bug 17758; bugfix on 0.2.2.8-alpha. Patch from Daniel Pinto.