diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-06-15 15:25:46 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-06-15 15:25:46 -0400 |
commit | 87409771c45abdd8bcf82c84a6ab7fccc5c17ba7 (patch) | |
tree | 2c4735896f01c4c7409e6795ea3559339ee12c8a /changes | |
parent | 879b1e10101f4eb5ecfb37c7a51f2882c2ac3ea1 (diff) | |
download | tor-87409771c45abdd8bcf82c84a6ab7fccc5c17ba7.tar.gz tor-87409771c45abdd8bcf82c84a6ab7fccc5c17ba7.zip |
Clarify some messages about publishing hidden service descriptors
Fix for bug 3311.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug3311 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug3311 b/changes/bug3311 new file mode 100644 index 0000000000..014d18ddc9 --- /dev/null +++ b/changes/bug3311 @@ -0,0 +1,5 @@ + o Minor bugfixes: + - Replace "Sending publish request" log messages with "Launching + upload", so that they no longer confusingly imply that we're + sending somtheing to a directory we might not even be connected + to yet. Fixes bug 3311; bugfix on 0.2.0.10-alpha. |