[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [tor/release-0.2.3] Downgrade message about md cache cleaning from notice to info
commit c4586f4df7b7b403867baab03508ccc2f078a0ec
Author: Nick Mathewson <nickm@xxxxxxxxxxxxxx>
Date: Tue Jun 26 10:30:11 2012 -0400
Downgrade message about md cache cleaning from notice to info
Fix for #6238
---
changes/bug6238 | 3 +++
src/or/microdesc.c | 4 ++--
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/changes/bug6238 b/changes/bug6238
new file mode 100644
index 0000000..67cfd1d
--- /dev/null
+++ b/changes/bug6238
@@ -0,0 +1,3 @@
+ o Minor bugfixes:
+ - Downgrade a message about cleaning the microdescriptor cache to
+ "info" from "notice". Fixes bug 6238; bugfix on 0.2.3.1-alpha.
diff --git a/src/or/microdesc.c b/src/or/microdesc.c
index 42e8605..9395a9a 100644
--- a/src/or/microdesc.c
+++ b/src/or/microdesc.c
@@ -373,8 +373,8 @@ microdesc_cache_clean(microdesc_cache_t *cache, time_t cutoff, int force)
}
if (dropped) {
- log_notice(LD_DIR, "Removed %d/%d microdescriptors as old.",
- dropped,dropped+kept);
+ log_info(LD_DIR, "Removed %d/%d microdescriptors as old.",
+ dropped,dropped+kept);
cache->bytes_dropped += bytes_dropped;
}
}
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits