diff options
author | Roger Dingledine <arma@torproject.org> | 2009-01-27 04:43:43 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2009-01-27 04:43:43 +0000 |
commit | 59f57a0117f056f76b64ad50f59d5564294ff3c1 (patch) | |
tree | 51ed90a1dc3bfdc1f831482f5df3b1d80ae6f3ec /src | |
parent | ed48c588387d627e276109fa7d286a37475e233d (diff) | |
download | tor-59f57a0117f056f76b64ad50f59d5564294ff3c1.tar.gz tor-59f57a0117f056f76b64ad50f59d5564294ff3c1.zip |
gah. yet another place that needs to be edited when we add
a new event. what a mess.
svn:r18277
Diffstat (limited to 'src')
-rw-r--r-- | src/or/control.c | 2 |
1 files changed, 1 insertions, 1 deletions
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")) { |