Sfoglia il codice sorgente

that extra punctuation distracts me

svn:r6250
Roger Dingledine 19 anni fa
parent
commit
56df81199a
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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;