diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-10-25 07:04:36 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-10-25 07:04:36 +0000 |
commit | 452f4cfa09dffc8f9235c9a9bb1bd3e30aee6aa2 (patch) | |
tree | 322ff8c2b155c367c36499f699b1df74628ea6b0 /src/or/test.c | |
parent | 81dd50a942bd7c81b66c6f874466060eeb3cf805 (diff) | |
download | tor-452f4cfa09dffc8f9235c9a9bb1bd3e30aee6aa2.tar.gz tor-452f4cfa09dffc8f9235c9a9bb1bd3e30aee6aa2.zip |
Convert circuituse, command, config, connection, relay, router, test to new logging interface
svn:r5308
Diffstat (limited to 'src/or/test.c')
-rw-r--r-- | src/or/test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/test.c b/src/or/test.c index 918278b9cf..d9018e7fc6 100644 --- a/src/or/test.c +++ b/src/or/test.c @@ -22,6 +22,7 @@ const char test_c_id[] = "$Id$"; #include <dirent.h> #endif +#define NEW_LOG_INTERFACE #include "or.h" #include "../common/test.h" #include "../common/torgzip.h" |