summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorYawning Angel <yawning@schwanenlied.me>2015-02-18 13:58:13 +0000
committerYawning Angel <yawning@schwanenlied.me>2015-02-18 13:58:13 +0000
commit8571e86d27577e348bdb6398eda6190c2c63c0ed (patch)
tree6e235ac49f7080b488c12b9d01989a116393c404 /changes
parent6fdb179d84659fb14bacebf08c386cf21ec1b9d4 (diff)
downloadtor-8571e86d27577e348bdb6398eda6190c2c63c0ed.tar.gz
tor-8571e86d27577e348bdb6398eda6190c2c63c0ed.zip
Fix bootstrap directory information logging.
`dir_info_status` is used from main.c:directory_info_has_arrived() to provide useful (INFO/NOTICE) level logging to users, and should always be updated regardless of the rate limiting.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug149185
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug14918 b/changes/bug14918
index 82f585a36d..6edd425820 100644
--- a/changes/bug14918
+++ b/changes/bug14918
@@ -8,3 +8,8 @@
- When deciding whether we have any exit nodes, only do processing for
ExitNodes when the ExitNodes option is actually set. Fixes part of
bug 14918; bugfix on 0.2.6.2-alpha.
+
+ o Minor bugfixes (logging during bootstrap):
+ - Correctly update and log the amount of directory information that
+ has been fetched during the bootstrap process. Fixes part of bug
+ 14918; bugfix on 0.2.6.2-alpha.