diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-06-15 10:40:37 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-06-15 15:07:54 -0400 |
commit | 32bf25888110482255cda8bcc77fb4fc7d8c0d38 (patch) | |
tree | b11eb96a63a7fbaff837ebe331883c91c30c644e /changes | |
parent | e62104a7d21432380c66db1901215412e9c53ad7 (diff) | |
download | tor-32bf25888110482255cda8bcc77fb4fc7d8c0d38.tar.gz tor-32bf25888110482255cda8bcc77fb4fc7d8c0d38.zip |
Change a silent ignore-the-bug in microdesc.c to a LOG_INFO
I don't believe this bug occurs, but there was an XXX023 to make
sure it doesn't.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/log_bad_md_entry | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/log_bad_md_entry b/changes/log_bad_md_entry new file mode 100644 index 0000000000..3c653277c2 --- /dev/null +++ b/changes/log_bad_md_entry @@ -0,0 +1,3 @@ + o Minor features (debugging): + - Log a BUG message at INFO if we have a networkstatus with a missing + entry for some microdescriptor. |