diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-09-23 18:24:20 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-09-23 18:24:20 +0000 |
commit | f28fc83ea57a3964457996238daf2f1697685185 (patch) | |
tree | 8d58dc722156c05322725b830180fb34a12d9eeb /src/common/log.c | |
parent | 29abfab8bfdc14d4f2f725aee6755dfc2bd6036b (diff) | |
download | tor-f28fc83ea57a3964457996238daf2f1697685185.tar.gz tor-f28fc83ea57a3964457996238daf2f1697685185.zip |
More logging for mtbf/wfu calculations.
svn:r16941
Diffstat (limited to 'src/common/log.c')
-rw-r--r-- | src/common/log.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/log.c b/src/common/log.c index 785b066522..15f8a1c3df 100644 --- a/src/common/log.c +++ b/src/common/log.c @@ -718,7 +718,7 @@ log_level_to_string(int level) static const char *domain_list[] = { "GENERAL", "CRYPTO", "NET", "CONFIG", "FS", "PROTOCOL", "MM", "HTTP", "APP", "CONTROL", "CIRC", "REND", "BUG", "DIR", "DIRSERV", - "OR", "EDGE", "ACCT", NULL + "OR", "EDGE", "ACCT", "HIST", NULL }; /** DOCDOC */ |