[or-cvs] r18277: {tor} gah. yet another place that needs to be edited when we add a (tor/trunk/src/or)
arma at seul.org
arma at seul.org
Tue Jan 27 04:43:43 UTC 2009
Author: arma
Date: 2009-01-26 23:43:43 -0500 (Mon, 26 Jan 2009)
New Revision: 18277
Modified:
tor/trunk/src/or/control.c
Log:
gah. yet another place that needs to be edited when we add
a new event. what a mess.
Modified: tor/trunk/src/or/control.c
===================================================================
--- tor/trunk/src/or/control.c 2009-01-26 20:59:11 UTC (rev 18276)
+++ tor/trunk/src/or/control.c 2009-01-27 04:43:43 UTC (rev 18277)
@@ -1384,7 +1384,7 @@
*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")) {
More information about the tor-commits
mailing list