aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-05-01 11:44:25 -0400
committerNick Mathewson <nickm@torproject.org>2014-05-01 11:44:25 -0400
commit14bc6e8993c694702f5ab637c36b962f396660a5 (patch)
tree0e26b876efd35dbe5614dd5a49aa9706994d8245 /src
parentefab3484e6ea3a799ccf61061450cfc35791ad41 (diff)
parent6a4f5d9b4df1d05d1b158417cfcc85a547ad1549 (diff)
downloadtor-14bc6e8993c694702f5ab637c36b962f396660a5.tar
tor-14bc6e8993c694702f5ab637c36b962f396660a5.tar.gz
Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4
Conflicts: src/or/microdesc.c
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 90ac0ac64..0e72c0b89 100644
--- a/src/or/microdesc.c
+++ b/src/or/microdesc.c
@@ -614,7 +614,7 @@ microdesc_free_(microdesc_t *md, const char *fname, int lineno)
}
});
if (found) {
- log_warn(LD_BUG, "microdesc_free() called from %s:%d, but md was still "
+ log_info(LD_BUG, "microdesc_free() called from %s:%d, but md was still "
"referenced %d node(s); held_by_nodes == %u",
fname, lineno, found, md->held_by_nodes);
} else {