From: Roger Dingledine Date: Tue, 27 Jan 2009 04:43:43 +0000 (+0000) Subject: gah. yet another place that needs to be edited when we add X-Git-Tag: tor-0.2.1.12-alpha~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59f57a0117f056f76b64ad50f59d5564294ff3c1;p=thirdparty%2Ftor.git gah. yet another place that needs to be edited when we add a new event. what a mess. svn:r18277 --- diff --git a/src/or/control.c b/src/or/control.c index 571224188f..9c9fce0992 100644 --- a/src/or/control.c +++ b/src/or/control.c @@ -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")) {