소스 검색

Fixes inconsistent version prefix in log messages.

Fixes #15381.
Daniel Pinto 7 년 전
부모
커밋
3d6ae798cf
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(),