diff options
author | teor <teor@torproject.org> | 2020-02-19 11:09:21 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2020-02-19 11:09:21 +1000 |
commit | 15192f88c0fbbc71ac9a9de5f793520f888d2f48 (patch) | |
tree | 367d47f76732d492549efe2d505cd08a07052061 /src/feature/dirauth/dirvote.c | |
parent | f2987063261adea7396b660a11063f8bc1d1cbcc (diff) | |
download | tor-15192f88c0fbbc71ac9a9de5f793520f888d2f48.tar.gz tor-15192f88c0fbbc71ac9a9de5f793520f888d2f48.zip |
dirvote: Remove an incorrect log message
Cleanup after 4631.
Diffstat (limited to 'src/feature/dirauth/dirvote.c')
-rw-r--r-- | src/feature/dirauth/dirvote.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/feature/dirauth/dirvote.c b/src/feature/dirauth/dirvote.c index 0b717abeba..66bb8fe918 100644 --- a/src/feature/dirauth/dirvote.c +++ b/src/feature/dirauth/dirvote.c @@ -3214,10 +3214,6 @@ dirvote_add_vote(const char *vote_body, time_t time_posted, goto err; } - if (!time_posted) { /* I imported this one myself */ - log_notice(LD_DIR, "Retrieved vote from %s.", vi->address); - } - /* Check if we received it, as a post, after the cutoff when we * start asking other dir auths for it. If we do, the best plan * is to discard it, because using it greatly increases the chances |