mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 14:51:11 +01:00
Fix the spacing in the 'Your Tor identity key fingerprint is' log line'
This commit is contained in:
parent
d4f4fb6088
commit
a91315f931
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue