mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 05:03:43 +01:00
Fix the spacing in the 'Your Tor identity key fingerprint is' log line'
This commit is contained in:
parent
d4f4fb6088
commit
a91315f931
@ -911,9 +911,9 @@ router_write_fingerprint(int hashed, int ed25519_identity)
|
||||
goto done;
|
||||
}
|
||||
|
||||
log_notice(LD_GENERAL, "Your Tor %s identity key %s fingerprint is '%s %s'",
|
||||
log_notice(LD_GENERAL, "Your Tor %s identity key %sfingerprint is '%s %s'",
|
||||
hashed ? "bridge's hashed" : "server's",
|
||||
ed25519_identity ? "ed25519" : "",
|
||||
ed25519_identity ? "ed25519 " : "",
|
||||
options->Nickname, fingerprint);
|
||||
|
||||
result = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user