aboutsummaryrefslogtreecommitdiff
path: root/src/feature/nodelist
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2022-06-17 12:00:09 -0400
committerNick Mathewson <nickm@torproject.org>2022-06-17 12:00:09 -0400
commit0dc9561f21521df07ea587be51321c7cc6e06341 (patch)
tree3e1336f9d234925ada69cb4e6f58dddf76281bd7 /src/feature/nodelist
parentd563d1a4b7adadc104d6e8a3d9b9f4edb1d81828 (diff)
downloadtor-0dc9561f21521df07ea587be51321c7cc6e06341.tar.gz
tor-0dc9561f21521df07ea587be51321c7cc6e06341.zip
Add a missing "not" to a message.
Closes #40619. Bugfix on 0.2.5.4-alpha.
Diffstat (limited to 'src/feature/nodelist')
-rw-r--r--src/feature/nodelist/microdesc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature/nodelist/microdesc.c b/src/feature/nodelist/microdesc.c
index a95d535dc0..9e5f0bb9a4 100644
--- a/src/feature/nodelist/microdesc.c
+++ b/src/feature/nodelist/microdesc.c
@@ -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! */