aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-04-02 18:54:16 -0400
committerNick Mathewson <nickm@torproject.org>2012-04-02 18:59:21 -0400
commit6a9e693fbe5fc7c418e1c187b34a1496b62544cc (patch)
tree67ee691e8022c86967f0f2f6e0bf3d02d49b362c /changes
parent42143979d8c594525583ea8de15abf18636f78b1 (diff)
downloadtor-6a9e693fbe5fc7c418e1c187b34a1496b62544cc.tar.gz
tor-6a9e693fbe5fc7c418e1c187b34a1496b62544cc.zip
Suppress "decided to publish new descriptor" message when not a server
The message only means that we're publishing a new descriptor when we are actually in some kind of server mode, and publication is on. Fix for bug 3942; bugfix on 0.2.3.2-alpha.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug39424
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug3942 b/changes/bug3942
new file mode 100644
index 0000000000..f69c7bc2b2
--- /dev/null
+++ b/changes/bug3942
@@ -0,0 +1,4 @@
+ o Minor bugfixes:
+ - Don't log that we have "decided to publish new relay descriptor" unless
+ we are actually publishing a descriptor. Fix for bug 3942; bugfix on
+ 0.2.3.2-alpha.