aboutsummaryrefslogtreecommitdiff
path: root/src/or/dirvote.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/dirvote.c')
-rw-r--r--src/or/dirvote.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/dirvote.c b/src/or/dirvote.c
index 10882119f..338febf1a 100644
--- a/src/or/dirvote.c
+++ b/src/or/dirvote.c
@@ -1525,6 +1525,7 @@ dirvote_add_vote(const char *vote_body, const char **msg_out, int *status_out)
"This authority %s. Known v3 key IDs are: %s",
hex_str(vi->identity_digest, DIGEST_LEN),
ds?"is not recognized":"is recognized, but is not listed as v3",
+/* XXX020 isn't the above line backwards? -RD */
keys);
tor_free(keys);