diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-03-05 08:48:40 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-03-05 08:48:40 -0500 |
commit | 7177eeddf1df90a28d8f733d551ed1198e1fadb1 (patch) | |
tree | 8aabbd1aa8aac2601136c2d79cae00e40fe9d756 /changes/ticket33460 | |
parent | 686494f0f71b9235399b8241aba3e0c2fcb03ea1 (diff) | |
parent | 87e08730565d0da3b598b2ecc20ed4c8791414ef (diff) | |
download | tor-7177eeddf1df90a28d8f733d551ed1198e1fadb1.tar.gz tor-7177eeddf1df90a28d8f733d551ed1198e1fadb1.zip |
Merge branch 'maint-0.4.3'
Diffstat (limited to 'changes/ticket33460')
-rw-r--r-- | changes/ticket33460 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket33460 b/changes/ticket33460 new file mode 100644 index 0000000000..21e0fc966c --- /dev/null +++ b/changes/ticket33460 @@ -0,0 +1,4 @@ + o Minor features (usability): + - Include more information when failing to parse a configuration value. + This should make it easier to tell what's going wrong when a + configuration file doesn't parse. Closes ticket 33460. |