diff options
author | Peter Palfrader <peter@palfrader.org> | 2008-03-27 17:25:49 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2008-03-27 17:25:49 +0000 |
commit | 9d132fbde6e776f2c4f18772deffa2a90faa7975 (patch) | |
tree | c7e07da3cbe92da81145ff482435238ee3b99ae0 /ChangeLog | |
parent | 3bc512cfe2ad26870407d1365028aa5d1c40a73a (diff) | |
download | tor-9d132fbde6e776f2c4f18772deffa2a90faa7975.tar.gz tor-9d132fbde6e776f2c4f18772deffa2a90faa7975.zip |
Add --hush switch.
New --hush command-line option similar to --quiet. While --quiet disables all
logging to the console on startup, --hush limits the output to messages of
warning and error severity.
svn:r14222
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -47,6 +47,9 @@ Changes in version 0.2.1.1-alpha - 2008-??-?? this accounted for over 40% of allocations from within Tor's code on a typical directory cache. - Lots of new unit tests. + - New --hush command-line option similar to --quiet. While --quiet + disables all logging to the console on startup, --hush limits the + output to messages of warning and error severity. o Code simplifications and refactoring: - Refactor code using connection_ap_handshake_attach_circuit() to |