fix typo in keypin journal log entry (for dir auths)

This commit is contained in:
Roger Dingledine 2019-08-15 02:32:00 -04:00
parent c9841eb67e
commit 9b1aa9a572

View file

@ -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;