Skip to content
Snippets Groups Projects
Commit 9b1aa9a5 authored by Roger Dingledine's avatar Roger Dingledine
Browse files

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

parent c9841eb6
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment