From: Andrea Shepard Date: Fri, 7 Sep 2012 21:38:16 +0000 (-0700) Subject: Add LD_CHANNEL log domain in log.c X-Git-Tag: tor-0.2.4.4-alpha~37^2~81 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f06880c855a6ac4dd824bed7efcd0bd0436bda32;p=thirdparty%2Ftor.git Add LD_CHANNEL log domain in log.c --- diff --git a/src/common/log.c b/src/common/log.c index 5e2e6b5b50..ef2e69d5ac 100644 --- a/src/common/log.c +++ b/src/common/log.c @@ -907,7 +907,7 @@ log_level_to_string(int level) static const char *domain_list[] = { "GENERAL", "CRYPTO", "NET", "CONFIG", "FS", "PROTOCOL", "MM", "HTTP", "APP", "CONTROL", "CIRC", "REND", "BUG", "DIR", "DIRSERV", - "OR", "EDGE", "ACCT", "HIST", "HANDSHAKE", "HEARTBEAT", NULL + "OR", "EDGE", "ACCT", "HIST", "HANDSHAKE", "HEARTBEAT", "CHANNEL", NULL }; /** Return a bitmask for the log domain for which domain is the name,