mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Merge remote-tracking branch 'origin/maint-0.2.3'
This commit is contained in:
commit
4050800251
3
changes/bug6238
Normal file
3
changes/bug6238
Normal file
@ -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.
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user