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:
Roger Dingledine 2009-01-27 04:43:43 +00:00
parent ed48c58838
commit 59f57a0117

View File

@ -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")) {