mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 14:51:11 +01:00
fix typo in keypin journal log entry (for dir auths)
This commit is contained in:
parent
c9841eb67e
commit
9b1aa9a572
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue