diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-07-13 05:14:42 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-07-13 05:14:42 +0000 |
commit | cf13b3e4a65cef83190410095255bcc071949ef2 (patch) | |
tree | 6909a011b7416f141da772ee150b0ac3b86cf77a /doc/control-spec.txt | |
parent | ae445321709e086a0489e55bd586448225a7b7fb (diff) | |
download | tor-cf13b3e4a65cef83190410095255bcc071949ef2.tar tor-cf13b3e4a65cef83190410095255bcc071949ef2.tar.gz |
Macro-fu to get DEBUG events working.
svn:r4539
Diffstat (limited to 'doc/control-spec.txt')
-rw-r--r-- | doc/control-spec.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/control-spec.txt b/doc/control-spec.txt index b9ba57e65..17e39a0f6 100644 --- a/doc/control-spec.txt +++ b/doc/control-spec.txt @@ -164,8 +164,6 @@ $Id$ EventCode = "CIRC" / "STREAM" / "ORCONN" / "BW" / "DEBUG" / "INFO" / "NOTICE" / "WARN" / "ERR" / "NEWDESC" / "ADDRMAP" -[XXX DEBUG doesn't work. -NM] - Any events *not* listed in the SETEVENTS line are turned off; thus, sending SETEVENTS with an empty body turns off all event reporting. |