that extra punctuation distracts me

svn:r6250
This commit is contained in:
Roger Dingledine 2006-03-27 05:30:16 +00:00
parent cd271dbca9
commit 56df81199a

View File

@ -358,7 +358,7 @@ init_keys(void)
}
log(LOG_NOTICE, LD_GENERAL,
"Your Tor server's identity key fingerprint is '%s %s'.",
"Your Tor server's identity key fingerprint is '%s %s'",
options->Nickname, fingerprint);
if (!authdir_mode(options))
return 0;