mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
Add the heartbeat domain in log.c:domain_list[]
so that parse_log_domain() doesn't fail.
This commit is contained in:
parent
e676db656d
commit
9eab601f10
@ -899,7 +899,7 @@ log_level_to_string(int level)
|
|||||||
static const char *domain_list[] = {
|
static const char *domain_list[] = {
|
||||||
"GENERAL", "CRYPTO", "NET", "CONFIG", "FS", "PROTOCOL", "MM",
|
"GENERAL", "CRYPTO", "NET", "CONFIG", "FS", "PROTOCOL", "MM",
|
||||||
"HTTP", "APP", "CONTROL", "CIRC", "REND", "BUG", "DIR", "DIRSERV",
|
"HTTP", "APP", "CONTROL", "CIRC", "REND", "BUG", "DIR", "DIRSERV",
|
||||||
"OR", "EDGE", "ACCT", "HIST", "HANDSHAKE", NULL
|
"OR", "EDGE", "ACCT", "HIST", "HANDSHAKE", "HEARTBEAT", NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
/** Return a bitmask for the log domain for which <b>domain</b> is the name,
|
/** Return a bitmask for the log domain for which <b>domain</b> is the name,
|
||||||
|
Loading…
Reference in New Issue
Block a user