commit 22c2797c93e686a1c7e10199d97e246364fdc5b6 Author: Damian Johnson atagar@torproject.org Date: Sun Aug 17 11:26:57 2014 -0700
Minor wording change for missing consensus signatures
Request from Sebastian G.
https://lists.torproject.org/pipermail/tor-talk/2014-August/034431.html --- data/consensus_health.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/data/consensus_health.cfg b/data/consensus_health.cfg index ceb54ed..af7c200 100644 --- a/data/consensus_health.cfg +++ b/data/consensus_health.cfg @@ -6,7 +6,7 @@ msg DIFFERENT_RECOMMENDED_VERSION => The following directory authorities recomme msg UNKNOWN_CONSENSUS_PARAMETERS => The following directory authorities set unknown consensus parameters: {parameters} msg MISMATCH_CONSENSUS_PARAMETERS => The following directory authorities set conflicting consensus parameters: {parameters} msg CERTIFICATE_ABOUT_TO_EXPIRE => The certificate of the following directory authority expires within the next {duration}: {authority} -msg MISSING_SIGNATURE => Consensus belonging to {consensus_of} was missing the following authority signatures: {authorities} +msg MISSING_SIGNATURE => Consensus fetched from {consensus_of} was missing the following authority signatures: {authorities} msg MISSING_BANDWIDTH_SCANNERS => The following directory authorities are not reporting bandwidth scanner results: {authorities} msg EXTRA_BANDWIDTH_SCANNERS => The following directory authorities were not expected to report bandwidth scanner results: {authorities} msg MISSING_VOTES => The consensuses downloaded from the following authorities are missing votes that are contained in consensuses downloaded from other authorities: {authorities}
tor-commits@lists.torproject.org