Browse Source

Fixes inconsistent version prefix in log messages.

Fixes #15381.
Daniel Pinto 7 years ago
parent
commit
3d6ae798cf
1 changed files with 1 additions and 1 deletions
  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(),