diff options
author | Roger Dingledine <arma@torproject.org> | 2012-09-03 19:49:44 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2012-09-03 19:49:44 -0400 |
commit | 3ea37e5faae2eefa2dda2136f43fbf677325e080 (patch) | |
tree | bc0f7c38194e02b2331c15eb8e649919fc705970 /changes | |
parent | 3a0b8c85c4f8ea5ea2278917de6fcf1a201d1cbf (diff) | |
download | tor-3ea37e5faae2eefa2dda2136f43fbf677325e080.tar.gz tor-3ea37e5faae2eefa2dda2136f43fbf677325e080.zip |
quiet "I learned some more directory information" on startup
Reserve it for when new directory information arrives in response to
a fetch.
Resolves ticket 6760.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/feature6760 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/feature6760 b/changes/feature6760 new file mode 100644 index 0000000000..cd94d4e8c4 --- /dev/null +++ b/changes/feature6760 @@ -0,0 +1,6 @@ + o Minor features: + - Don't log "I learned some more directory information" when we're + reading cached directory information. Reserve it for when new + directory information arrives in response to a fetch. Resolves + ticket 6760. + |