diff options
author | Taylor Yu <catalyst@torproject.org> | 2018-12-10 17:22:28 -0600 |
---|---|---|
committer | Taylor Yu <catalyst@torproject.org> | 2018-12-10 17:22:28 -0600 |
commit | 1b855af5e33189d70d74273af03a535c343b63a5 (patch) | |
tree | 782f1c9c352a117c112ebe1e9988e39819660407 /changes | |
parent | 0906dde9d5ac409caf9f70ea7ec00efc42ec27ca (diff) | |
download | tor-1b855af5e33189d70d74273af03a535c343b63a5.tar.gz tor-1b855af5e33189d70d74273af03a535c343b63a5.zip |
Log bootstrap tag names
Add the bootstrap tag name to the log messages, so people
troubleshooting connection problems can look up a symbol instead of a
number. Closes ticket 28731.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket28731 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket28731 b/changes/ticket28731 new file mode 100644 index 0000000000..f8b116cc12 --- /dev/null +++ b/changes/ticket28731 @@ -0,0 +1,4 @@ + o Minor features (bootstrap): + - Add the bootstrap tag name to the log messages, so people + troubleshooting connection problems can look up a symbol instead + of a number. Closes ticket 28731. |