]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
gah. yet another place that needs to be edited when we add
authorRoger Dingledine <arma@torproject.org>
Tue, 27 Jan 2009 04:43:43 +0000 (04:43 +0000)
committerRoger Dingledine <arma@torproject.org>
Tue, 27 Jan 2009 04:43:43 +0000 (04:43 +0000)
a new event. what a mess.

svn:r18277

src/or/control.c

index 571224188fabcb70035391fe8244f8822bea14cc..9c9fce09925c3e5971af7f0bcb43385ddb8f70d9 100644 (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")) {