aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-04-07 10:54:53 -0400
committerNick Mathewson <nickm@torproject.org>2016-04-07 10:54:53 -0400
commit7532cd439bc7d95a7c38b3c72bed0b3e46a26fa2 (patch)
tree18408ee1638ee7966ad9624b8b545754fb825949 /changes
parente7034847225b1ca39dfb122e04006728d31f8db6 (diff)
downloadtor-7532cd439bc7d95a7c38b3c72bed0b3e46a26fa2.tar.gz
tor-7532cd439bc7d95a7c38b3c72bed0b3e46a26fa2.zip
When we get a bad nickname, explain what a good one is.
Closes #18300; patch from "icanhasaccount".
Diffstat (limited to 'changes')
-rw-r--r--changes/bug183003
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug18300 b/changes/bug18300
new file mode 100644
index 0000000000..791752ae0b
--- /dev/null
+++ b/changes/bug18300
@@ -0,0 +1,3 @@
+ o Minor features (logging):
+ - Provide a more useful warning message when configured with an
+ invalid Nickname. Closes ticket 18300; patch from "icanhasaccount".