Remove old wrapper code and defines for keeping log() and log(3) apart

This is the non-automated portion of bug 7599.
This commit is contained in:
Nick Mathewson
2013-02-01 15:47:46 -05:00
parent a141430ec3
commit b034d07acd
3 changed files with 7 additions and 5 deletions
+4
View File
@@ -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.