From 59f57a0117f056f76b64ad50f59d5564294ff3c1 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Tue, 27 Jan 2009 04:43:43 +0000 Subject: [PATCH] gah. yet another place that needs to be edited when we add a new event. what a mess. svn:r18277 --- src/or/control.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")) { -- 2.47.3