diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-02-25 10:29:52 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-03-14 13:50:23 -0400 |
commit | feca32903147e10974b00c80db56b1347e042946 (patch) | |
tree | 290390772aaf433af5d868bfbe96ae01691ad8e4 /changes | |
parent | 4247ce99e5d9b7b2063df66cc808fac1f09fb799 (diff) | |
download | tor-feca32903147e10974b00c80db56b1347e042946.tar.gz tor-feca32903147e10974b00c80db56b1347e042946.zip |
Log version when LD_BUG is logged.
Closes ticket 15026.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/feature15026 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/feature15026 b/changes/feature15026 new file mode 100644 index 0000000000..c732b41e5d --- /dev/null +++ b/changes/feature15026 @@ -0,0 +1,5 @@ + o Minor features (logging): + - Include the Tor version in all LD_BUG log messages, since people + tend to cut and paste those into the bugtracker. Implements + ticket 15026. + |