Skip to content
Snippets Groups Projects
Commit a91315f9 authored by Neel Chauhan's avatar Neel Chauhan
Browse files

Fix the spacing in the 'Your Tor identity key fingerprint is' log line'

parent d4f4fb60
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
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