diff options
author | Roger Dingledine <arma@torproject.org> | 2019-08-15 02:32:00 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2019-08-15 02:32:00 -0400 |
commit | 9b1aa9a5726b61bdbdd1b05f27b97cedfa953395 (patch) | |
tree | 33d73ac833807770ec1b82bb25b0bc565d054624 /src/feature/dirauth | |
parent | c9841eb67e44fa3420eb51a69d3766dd95aeebf0 (diff) | |
download | tor-9b1aa9a5726b61bdbdd1b05f27b97cedfa953395.tar.gz tor-9b1aa9a5726b61bdbdd1b05f27b97cedfa953395.zip |
fix typo in keypin journal log entry (for dir auths)
Diffstat (limited to 'src/feature/dirauth')
-rw-r--r-- | src/feature/dirauth/keypin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature/dirauth/keypin.c b/src/feature/dirauth/keypin.c index 667feb2c03..3ca2c3ef91 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; |