aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_dir_handle_get.c
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2020-02-19 11:15:20 +1000
committerNick Mathewson <nickm@torproject.org>2020-02-20 08:17:37 -0500
commitbed3b292ad007fa0b059dc998403cac093c64920 (patch)
tree06a21d4f041dc14a9c0a7f8f1031b69ac6b88198 /src/test/test_dir_handle_get.c
parent15192f88c0fbbc71ac9a9de5f793520f888d2f48 (diff)
downloadtor-bed3b292ad007fa0b059dc998403cac093c64920.tar.gz
tor-bed3b292ad007fa0b059dc998403cac093c64920.zip
dirvote: Improve the posted vote log message
Cleanup after 4631.
Diffstat (limited to 'src/test/test_dir_handle_get.c')
-rw-r--r--src/test/test_dir_handle_get.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/test_dir_handle_get.c b/src/test/test_dir_handle_get.c
index c0af71147d..cf310ebfe0 100644
--- a/src/test/test_dir_handle_get.c
+++ b/src/test/test_dir_handle_get.c
@@ -2750,7 +2750,7 @@ test_dir_handle_get_status_vote_too_late(void* data)
tt_assert(!vote);
tt_int_op(status_out, OP_EQ, 400);
tt_str_op(msg_out, OP_EQ,
- "Vote received too late, would be dangerous to count it");
+ "Posted vote received too late, would be dangerous to count it");
/* Just after fetch missing */
vote = dirvote_add_vote(VOTE_BODY_V3,
@@ -2759,7 +2759,7 @@ test_dir_handle_get_status_vote_too_late(void* data)
tt_assert(!vote);
tt_int_op(status_out, OP_EQ, 400);
tt_str_op(msg_out, OP_EQ,
- "Vote received too late, would be dangerous to count it");
+ "Posted vote received too late, would be dangerous to count it");
/* On fetch missing */
vote = dirvote_add_vote(VOTE_BODY_V3,