From 56df81199a0c18d27a3fc6f38aa88097adf8e842 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Mon, 27 Mar 2006 05:30:16 +0000 Subject: [PATCH] that extra punctuation distracts me svn:r6250 --- src/or/router.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;