Merge remote-tracking branch 'tor-gitlab/mr/592'

This commit is contained in:
Nick Mathewson 2022-07-21 15:19:28 -04:00
commit 3cee70e87d
2 changed files with 4 additions and 1 deletions

3
changes/bug40619 Normal file
View File

@ -0,0 +1,3 @@
o Minor bugfixes (logging):
- Correct a log message when cleaning microdescriptors.
Fixes bug 40619; bugfix on 0.2.5.4-alpha.

View File

@ -626,7 +626,7 @@ microdesc_cache_clean(microdesc_cache_t *cache, time_t cutoff, int force)
(*mdp)->digest, DIGEST256_LEN)) {
rs_match = "Microdesc digest in RS matches";
} else {
rs_match = "Microdesc digest in RS does match";
rs_match = "Microdesc digest in RS does not match";
}
if (ns) {
/* This should be impossible, but let's see! */