diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-05-17 14:50:45 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-05-17 14:50:45 -0400 |
commit | bc56918e5abb48f67f31012838c689e9572eec69 (patch) | |
tree | 0b9b78867a38b294110c08579943b909b9f57b62 /changes/bug8846 | |
parent | 31a6b4e11fd875addd1ae9f35677a3944cafb0d5 (diff) | |
download | tor-bc56918e5abb48f67f31012838c689e9572eec69.tar.gz tor-bc56918e5abb48f67f31012838c689e9572eec69.zip |
Fix bug 8846: better log message on IP version confusion
Diffstat (limited to 'changes/bug8846')
-rw-r--r-- | changes/bug8846 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug8846 b/changes/bug8846 new file mode 100644 index 0000000000..377cc3708a --- /dev/null +++ b/changes/bug8846 @@ -0,0 +1,4 @@ + o Minor bugfixes: + - Give a less useless error message when the user asks for an IPv4 + address on an IPv6-only port, or vice versa. Fixes bug 8846; bugfix + on 0.2.4.7-alpha. |