Merge branch 'maint-0.3.3'

This commit is contained in:
Nick Mathewson
2018-03-03 11:59:27 -05:00
3 changed files with 10 additions and 2 deletions
+4 -1
View File
@@ -1258,7 +1258,10 @@ log_level_to_string(int level)
}
/** NULL-terminated array of names for log domains such that domain_list[dom]
* is a description of <b>dom</b>. */
* is a description of <b>dom</b>.
*
* Remember to update doc/tor.1.txt if you modify this list.
* */
static const char *domain_list[] = {
"GENERAL", "CRYPTO", "NET", "CONFIG", "FS", "PROTOCOL", "MM",
"HTTP", "APP", "CONTROL", "CIRC", "REND", "BUG", "DIR", "DIRSERV",