mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-20 18:22:09 +01:00
gah. yet another place that needs to be edited when we add
a new event. what a mess. svn:r18277
This commit is contained in:
parent
ed48c58838
commit
59f57a0117
@ -1384,7 +1384,7 @@ getinfo_helper_misc(control_connection_t *conn, const char *question,
|
||||
*answer = tor_strdup("CIRC STREAM ORCONN BW DEBUG INFO NOTICE WARN ERR "
|
||||
"NEWDESC ADDRMAP AUTHDIR_NEWDESCS DESCCHANGED "
|
||||
"NS STATUS_GENERAL STATUS_CLIENT STATUS_SERVER "
|
||||
"GUARD STREAM_BW");
|
||||
"GUARD STREAM_BW CLIENTS_SEEN");
|
||||
} else if (!strcmp(question, "features/names")) {
|
||||
*answer = tor_strdup("VERBOSE_NAMES EXTENDED_EVENTS");
|
||||
} else if (!strcmp(question, "address")) {
|
||||
|
Loading…
Reference in New Issue
Block a user