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