diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-09-04 12:32:38 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-09-06 11:31:22 -0400 |
commit | e3a130a7eb6e56a150c1902641efa5a7e0f62ad4 (patch) | |
tree | a8cb04cef651b3845fbe243f1fd9fab0e7e2af43 /changes | |
parent | 485b4b7eee3bebf3f783d5d0d5d3c9cd8133f7f7 (diff) | |
download | tor-e3a130a7eb6e56a150c1902641efa5a7e0f62ad4.tar.gz tor-e3a130a7eb6e56a150c1902641efa5a7e0f62ad4.zip |
Don't log about Libevent/OpenSSL initialization when all's well
OTOH, log the Libevent and OpenSSL versions on the first line when
we're starting Tor.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/quiet_lib_init | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/quiet_lib_init b/changes/quiet_lib_init new file mode 100644 index 0000000000..c7e81d5cc7 --- /dev/null +++ b/changes/quiet_lib_init @@ -0,0 +1,3 @@ + o Minor features: + - Log less at level notice about our OpenSSL and Libevent versions + when everything is going right. Partial fix for 6736. |