From edf56984749e86badfceabb644d5d2fdc0bc6d76 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 18 Oct 2005 21:58:19 +0000 Subject: 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 --- src/tools/tor-resolve.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/tools') diff --git a/src/tools/tor-resolve.c b/src/tools/tor-resolve.c index 6d23658f8d..fab7945dc0 100644 --- a/src/tools/tor-resolve.c +++ b/src/tools/tor-resolve.c @@ -4,6 +4,7 @@ #include "orconfig.h" +#define OLD_LOG_INTERFACE #include "../common/compat.h" #include "../common/util.h" #include "../common/log.h" -- cgit v1.2.3-54-g00ecf