diff options
author | Roger Dingledine <arma@torproject.org> | 2006-03-27 05:30:16 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-03-27 05:30:16 +0000 |
commit | 56df81199a0c18d27a3fc6f38aa88097adf8e842 (patch) | |
tree | 9ad4b9af7366b603273c69adaa4f65446f84cbe1 | |
parent | cd271dbca95c61d7eec062a7f5e00e1d3a21cfa0 (diff) | |
download | tor-56df81199a0c18d27a3fc6f38aa88097adf8e842.tar.gz tor-56df81199a0c18d27a3fc6f38aa88097adf8e842.zip |
that extra punctuation distracts me
svn:r6250
-rw-r--r-- | src/or/router.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/router.c b/src/or/router.c index f1d469e9fd..b48339397c 100644 --- a/src/or/router.c +++ b/src/or/router.c @@ -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; |