diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-07-05 13:32:14 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-07-06 09:28:31 -0400 |
commit | 41fe94ef15838d809552b239b04c2aa442e1c775 (patch) | |
tree | dcc5a56dbbd5015a9295cf933db601c153673f2e /changes | |
parent | bb97f680e74170673246b3de32e847ade46840f2 (diff) | |
download | tor-41fe94ef15838d809552b239b04c2aa442e1c775.tar.gz tor-41fe94ef15838d809552b239b04c2aa442e1c775.zip |
Improve warning message to stop implying nickname reg is a thing.
Closing ticket 20488.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket20488 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/ticket20488 b/changes/ticket20488 new file mode 100644 index 0000000000..ad1b874372 --- /dev/null +++ b/changes/ticket20488 @@ -0,0 +1,5 @@ + o Minor features (logging, UI): + - Improve the warning message for specifying a relay by nickname. + The previous message implied that nickname registration was still + part of the Tor network design, which it isn't. Closes ticket 20488. + |