aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-05-01 11:42:02 -0400
committerNick Mathewson <nickm@torproject.org>2014-05-01 11:42:02 -0400
commit6a4f5d9b4df1d05d1b158417cfcc85a547ad1549 (patch)
treebde4f7a5ee2f1fc8fe5d25e269a348e1399b42db /src
parent8828794dc295e3d40dbc35cd58f4c449c632085b (diff)
downloadtor-6a4f5d9b4df1d05d1b158417cfcc85a547ad1549.tar
tor-6a4f5d9b4df1d05d1b158417cfcc85a547ad1549.tar.gz
Downgrade bug 7164 warning to INFO
The 0.2.5.x warning is the one that might help us track this down; the warnings in stable are just annoying users over and over and over.
Diffstat (limited to 'src')
-rw-r--r--src/or/microdesc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/microdesc.c b/src/or/microdesc.c
index b4d22c1c6..4acec6ae3 100644
--- a/src/or/microdesc.c
+++ b/src/or/microdesc.c
@@ -561,7 +561,7 @@ microdesc_free(microdesc_t *md)
}
});
if (found) {
- log_warn(LD_BUG, "microdesc_free() called, but md was still referenced "
+ log_info(LD_BUG, "microdesc_free() called, but md was still referenced "
"%d node(s); held_by_nodes == %u", found, md->held_by_nodes);
} else {
log_warn(LD_BUG, "microdesc_free() called with held_by_nodes set to %u, "