Browse Source

that extra punctuation distracts me

svn:r6250
Roger Dingledine 18 years ago
parent
commit
56df81199a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/or/router.c

+ 1 - 1
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;