diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-02-01 15:47:46 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-02-01 15:49:51 -0500 |
commit | b034d07acdec08ed536f66d491397b0f31ac5e1d (patch) | |
tree | 6afa28838281b537474b712dcf2f6d16a24b3b60 /changes | |
parent | a141430ec3f344d4f021f614942ff5b769b8c900 (diff) | |
download | tor-b034d07acdec08ed536f66d491397b0f31ac5e1d.tar.gz tor-b034d07acdec08ed536f66d491397b0f31ac5e1d.zip |
Remove old wrapper code and defines for keeping log() and log(3) apart
This is the non-automated portion of bug 7599.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/rename_log_7599 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/rename_log_7599 b/changes/rename_log_7599 new file mode 100644 index 0000000000..38e843f066 --- /dev/null +++ b/changes/rename_log_7599 @@ -0,0 +1,4 @@ + o Code simplification and refactoring: + - Rename Tor's logging function log() to tor_log(), to avoid conflicts + with the natural logarithm function from the system libm. Resolves + ticket 7599. |