mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 06:48:05 +01:00
fix indentation
This commit is contained in:
parent
005a20ec85
commit
4093f343ca
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue