Skip to content
Snippets Groups Projects
Commit 3cee70e8 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

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

parents 0bd20650 0dc9561f
No related branches found
No related tags found
1 merge request!592Add a missing "not" to a message.
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! */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment