diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-03-15 14:50:42 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-03-15 14:50:42 -0400 |
commit | 84f27eb051e0a770b16babd3c12198e16bd8537e (patch) | |
tree | 1eb9b06710bc7800c9e4623ceb73c707a8c48c6e /src/or/directory.c | |
parent | f038b45b09edc992c16d14c31da73b90ba3460e2 (diff) | |
parent | 98abe1420d21cf67931229fb776117927c7ab1d6 (diff) | |
download | tor-84f27eb051e0a770b16babd3c12198e16bd8537e.tar.gz tor-84f27eb051e0a770b16babd3c12198e16bd8537e.zip |
Merge remote branch 'origin/maint-0.2.2'
Diffstat (limited to 'src/or/directory.c')
-rw-r--r-- | src/or/directory.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/directory.c b/src/or/directory.c index e4752b8013..79edbc19cd 100644 --- a/src/or/directory.c +++ b/src/or/directory.c @@ -3359,6 +3359,8 @@ directory_handle_command_post(dir_connection_t *conn, const char *headers, write_http_status_line(conn, status, "Vote stored"); } else { tor_assert(msg); + log_warn(LD_DIRSERV, "Rejected vote from %s (\"%s\").", + conn->_base.address, msg); write_http_status_line(conn, status, msg); } goto done; |