aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-03-17 04:07:51 +0000
committerNick Mathewson <nickm@torproject.org>2008-03-17 04:07:51 +0000
commite6b617bf0555054e5a3e20748ef27dfd9e75af13 (patch)
treed46e5cb7ccf009de073de94146d68610faadb773 /ChangeLog
parentc59f66709d024dfb112d1f648b14aeec057e1308 (diff)
downloadtor-e6b617bf0555054e5a3e20748ef27dfd9e75af13.tar
tor-e6b617bf0555054e5a3e20748ef27dfd9e75af13.tar.gz
r18872@catbus: nickm | 2008-03-16 23:56:48 -0400
Only dump all guard node status to the log when the guard node status actually changes. Downgrade the 4 most common remaining INFO log messages to DEBUG. svn:r14069
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 34feaeabe..c921dbe38 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -38,6 +38,9 @@ Changes in version 0.2.1.1-alpha - 2008-??-??
- Add a malloc_good_size implementation to OpenBSD_malloc_linux.c,
to avoid unused RAM in buffer chunks and memory pools.
- Downgrade "sslv3 alert handshake failure" message to INFO.
+ - Only log guard node status when guard node status has changed.
+ - Downgrade the 3 most common "INFO" messages to "DEBUG". This will make
+ "INFO" 75% less verbose.
o Code simplifications and refactoring:
- Refactor code using connection_ap_handshake_attach_circuit() to