]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add LD_CHANNEL log domain in log.c
authorAndrea Shepard <andrea@persephoneslair.org>
Fri, 7 Sep 2012 21:38:16 +0000 (14:38 -0700)
committerAndrea Shepard <andrea@torproject.org>
Mon, 8 Oct 2012 10:06:09 +0000 (03:06 -0700)
src/common/log.c

index 5e2e6b5b50a6c846a36ae76bfff01bfd0e131d05..ef2e69d5ac655c9a5d86ad826e8ab0d8115a0feb 100644 (file)
@@ -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 <b>domain</b> is the name,