[tor-commits] [tor/master] fix typo in keypin journal log entry (for dir auths)
arma at torproject.org
arma at torproject.org
Thu Aug 15 06:32:35 UTC 2019
commit 9b1aa9a5726b61bdbdd1b05f27b97cedfa953395
Author: Roger Dingledine <arma at torproject.org>
Date: Thu Aug 15 02:32:00 2019 -0400
fix typo in keypin journal log entry (for dir auths)
---
src/feature/dirauth/keypin.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/feature/dirauth/keypin.c b/src/feature/dirauth/keypin.c
index 667feb2c0..3ca2c3ef9 100644
--- a/src/feature/dirauth/keypin.c
+++ b/src/feature/dirauth/keypin.c
@@ -438,7 +438,7 @@ keypin_load_journal_impl(const char *data, size_t size)
tor_log(severity, LD_DIRSERV,
"Loaded %d entries from keypin journal. "
"Found %d corrupt lines (ignored), %d duplicates (harmless), "
- "and %d conflicts (resolved in favor or more recent entry).",
+ "and %d conflicts (resolved in favor of more recent entry).",
n_entries, n_corrupt_lines, n_duplicates, n_conflicts);
return 0;
More information about the tor-commits
mailing list