]> git.ipfire.org Git - thirdparty/tor.git/commit
dirauth: Warn when failing to post during a vote
authorSebastian Hahn <sebastian@torproject.org>
Thu, 1 Feb 2024 09:34:30 +0000 (10:34 +0100)
committerSebastian Hahn <sebastian@torproject.org>
Thu, 1 Feb 2024 09:34:30 +0000 (10:34 +0100)
commit1abc9a3bd3897f6f5cdae5fb3a1dec2e06b4a8d3
tree10a847c7ed1e80c12a178c46abca2946158225a6
parentfbca1df9dd7691ada4837ce4deda87315c87e6a2
dirauth: Warn when failing to post during a vote

The only way to figure out that posting a vote or signatures to another
dirauth failed is by counting how many success messages there are on
notice level, and noticing that it is fewer than the number of
configured dirauths.

Closes #40910.
src/feature/dirclient/dirclient.c