diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-01-28 09:42:28 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-01-28 09:42:28 -0500 |
commit | 20d0b1a04e0949c1bb46858c117947131ee448e1 (patch) | |
tree | cd150e04225c064f9d18c31e207bf65c11a1cb11 /changes | |
parent | e00503fe57e5459c6df57d993f3b3290e97262d9 (diff) | |
download | tor-20d0b1a04e0949c1bb46858c117947131ee448e1.tar.gz tor-20d0b1a04e0949c1bb46858c117947131ee448e1.zip |
Bump a client authorization message from debug to info.
A user wants this for 14015, and it seems fairly reasonable.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/feature14015 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/feature14015 b/changes/feature14015 new file mode 100644 index 0000000000..bd09b49008 --- /dev/null +++ b/changes/feature14015 @@ -0,0 +1,3 @@ + o Minor features (logging, hidden services): + - Elevate authorized-client message from DEBUG to INFO. Closes + ticket 14015. |