Commit 9eab601f authored by George Kadianakis's avatar George Kadianakis
Browse files

Add the heartbeat domain in log.c:domain_list[]

so that parse_log_domain() doesn't fail.
parent e676db65
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -899,7 +899,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", NULL
  "OR", "EDGE", "ACCT", "HIST", "HANDSHAKE", "HEARTBEAT", NULL
};

/** Return a bitmask for the log domain for which <b>domain</b> is the name,