diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-10-18 21:58:19 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-10-18 21:58:19 +0000 |
commit | edf56984749e86badfceabb644d5d2fdc0bc6d76 (patch) | |
tree | 191b7ace58e2ce3343277142a79f60ba12d20312 /src/or/or.h | |
parent | 102df4a9823020cd7e2da4a2d37466f6fb91cb36 (diff) | |
download | tor-edf56984749e86badfceabb644d5d2fdc0bc6d76.tar.gz tor-edf56984749e86badfceabb644d5d2fdc0bc6d76.zip |
Start dividing log messages into logging domains. No, LD_ is not the best of identifiers. src/or has not been converted yet. Domains dont do anything yet.
svn:r5284
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/or.h b/src/or/or.h index 4df378045a..dd4a7feeb1 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -133,6 +133,7 @@ #include "../common/crypto.h" #include "../common/tortls.h" +#define OLD_LOG_INTERFACE #include "../common/log.h" #include "../common/compat.h" #include "../common/container.h" |