Typo in microdesc.c
The file src/feature/nodelist/microdesc.c currently has the following strings:
if (tor_memeq(node->rs->descriptor_digest,
(*mdp)->digest, DIGEST256_LEN)) {
rs_match = "Microdesc digest in RS matches";
} else {
rs_match = "Microdesc digest in RS does match";
}
It looks like a typo that should read "digest in RS does not match".