Simplify syntax for negated log domains
commite261a1a3e6513eeafa1b53b83ebfec7f5d834a39
authorNick Mathewson <nickm@torproject.org>
Tue, 25 Jan 2011 20:03:36 +0000 (25 15:03 -0500)
committerNick Mathewson <nickm@torproject.org>
Tue, 25 Jan 2011 20:03:36 +0000 (25 15:03 -0500)
treefb6372b87f8d1a2a658d92b189b6c071fe904dc1
parent23f8bedddb1b3497ea8bbafef90ae24893be9a9e
Simplify syntax for negated log domains

Previously if you wanted to say "All messages except network
messages", you needed to say "[*,~net]" and if you said "[~net]" by
mistake, you would get no messages at all.  Now, if you say "[~net]",
you get everything except networking messages.
changes/log_domains
doc/tor.1.txt
src/common/log.c