mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 14:51:11 +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.",
|
"can enter the passphrase.",
|
||||||
secret_fname);
|
secret_fname);
|
||||||
} else if (offline_secret) {
|
} 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.)",
|
"but you're keeping it offline. (OfflineMasterKey is set.)",
|
||||||
secret_fname);
|
secret_fname);
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Reference in a new issue