소스 검색

that extra punctuation distracts me

svn:r6250
Roger Dingledine 20 년 전
부모
커밋
56df81199a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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,
   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);
       options->Nickname, fingerprint);
   if (!authdir_mode(options))
   if (!authdir_mode(options))
     return 0;
     return 0;