소스 검색

Merge remote-tracking branch 'jigsaw/fix-15381'

Nick Mathewson 9 년 전
부모
커밋
ff65618f16
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/or/main.c

+ 1 - 1
src/or/main.c

@@ -2800,7 +2800,7 @@ tor_init(int argc, char *argv[])
   {
     const char *version = get_version();
 
-    log_notice(LD_GENERAL, "Tor v%s running on %s with Libevent %s, "
+    log_notice(LD_GENERAL, "Tor %s running on %s with Libevent %s, "
                "OpenSSL %s and Zlib %s.", version,
                get_uname(),
                tor_libevent_get_version_str(),