summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2012-10-13 19:25:42 -0400
committerRoger Dingledine <arma@torproject.org>2012-10-13 19:25:42 -0400
commit09633dd07cf0c60e89d4d7d50030e48144cb61f9 (patch)
tree4048dc28362e2a5288995c49a64999fbd1e7b5b6
parent286cbeac84732a47707e46f20b99e94aefc77314 (diff)
downloadtor-09633dd07cf0c60e89d4d7d50030e48144cb61f9.tar.gz
tor-09633dd07cf0c60e89d4d7d50030e48144cb61f9.zip
correct a point about logging
-rw-r--r--ReleaseNotes10
1 files changed, 5 insertions, 5 deletions
diff --git a/ReleaseNotes b/ReleaseNotes
index 2cf3d7e6f8..1b2dffb7be 100644
--- a/ReleaseNotes
+++ b/ReleaseNotes
@@ -753,11 +753,11 @@ Changes in version 0.2.3.x - 2012-10-??
- Check CircuitBuildTimeout and LearnCircuitBuildTimeout in
options_validate(); warn if LearnCircuitBuildTimeout is disabled and
CircuitBuildTimeout is set unreasonably low. Resolves ticket 5452.
- - Issue a notice if a guard completes less than 40% of your circuits.
- Threshold is configurable by torrc option PathBiasNoticeRate and
- consensus parameter pb_noticepct. There is additional, off-by-
- default code to disable guards which fail too many circuits.
- Addresses ticket 5458.
+ - Issue a log message if a guard completes less than 40% of your
+ circuits. Threshold is configurable by torrc option
+ PathBiasNoticeRate and consensus parameter pb_noticepct. There is
+ additional, off-by-default code to disable guards which fail too
+ many circuits. Addresses ticket 5458.
o Minor bugfixes (log messages, client):
- Downgrade "Got a certificate, but we already have it" log messages