diff options
author | teor <teor2345@gmail.com> | 2017-01-03 16:56:32 +1100 |
---|---|---|
committer | teor <teor2345@gmail.com> | 2017-01-03 16:56:32 +1100 |
commit | 518ef61975b569eb604b30c92d965e98373c2673 (patch) | |
tree | 5eb27876c004cf172d4d1d92ac615946c07f7530 /changes/bug20711 | |
parent | 18f47bbb73ce4039c67b6c5e87ea43126713d7dd (diff) | |
download | tor-518ef61975b569eb604b30c92d965e98373c2673.tar.gz tor-518ef61975b569eb604b30c92d965e98373c2673.zip |
Clarify the message logged when a remote relay is unexpectedly missing a port
(Users were confusing this with a local port.)
Fixes bug 20711; bugfix on 0.2.8.2-alpha.
Diffstat (limited to 'changes/bug20711')
-rw-r--r-- | changes/bug20711 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/changes/bug20711 b/changes/bug20711 index 01a1ad7087..0bc0d94fb1 100644 --- a/changes/bug20711 +++ b/changes/bug20711 @@ -2,4 +2,6 @@ - Allow relays to use directory mirrors without a DirPort: these relays need to be contacted over their ORPorts using a begindir connection. Fixes bug 20711; bugfix on 0.2.8.2-alpha. - + - Clarify the message logged when a remote relay is unexpectedly missing + an ORPort or DirPort: users were confusing this with a local port. + Fixes bug 20711; bugfix on 0.2.8.2-alpha. |