Skip to content
Snippets Groups Projects
Commit 4093f343 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

fix indentation

parent 005a20ec
No related branches found
No related tags found
No related merge requests found
......@@ -428,7 +428,7 @@ ed_key_init_from_file(const char *fname, uint32_t flags,
"can enter the passphrase.",
secret_fname);
} else if (offline_secret) {
tor_log(severity, LD_OR, "We wanted to load a secret key from %s, "
tor_log(severity, LD_OR, "We wanted to load a secret key from %s, "
"but you're keeping it offline. (OfflineMasterKey is set.)",
secret_fname);
} else {
......
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