diff options
author | J. Ryan Stinnett <jryans@gmail.com> | 2016-12-04 22:26:52 -0600 |
---|---|---|
committer | J. Ryan Stinnett <jryans@gmail.com> | 2016-12-06 11:11:43 -1000 |
commit | 9b2b799d82e00286145d42b9c59cb4f820e4f8c7 (patch) | |
tree | e85a73b242499c5e82de56a99af6c6e69728b8c1 /changes | |
parent | 8a0ea3ee43da0063c2546092662fa7ce4900bc2c (diff) | |
download | tor-9b2b799d82e00286145d42b9c59cb4f820e4f8c7.tar.gz tor-9b2b799d82e00286145d42b9c59cb4f820e4f8c7.zip |
Accept non-space whitespace characters in log severity syntax.
Adds a test_config_parse_log_severity unit test to verify behavior.
Fixes #19965.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/19965 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/19965 b/changes/19965 new file mode 100644 index 0000000000..904f5c9db0 --- /dev/null +++ b/changes/19965 @@ -0,0 +1,3 @@ + o Minor bugfix (configuration): + - Accept non-space whitespace characters after the severity level in the + `Log` option. Fixes bug 19965; bugfix on 0.2.1.1-alpha. |