[tor-commits] [tor/master] Fixes inconsistent version prefix in log messages.

nickm at torproject.org nickm at torproject.org
Tue Aug 23 13:55:47 UTC 2016


commit 3d6ae798cf502d5b4ee08811a57b6c69c5de31eb
Author: Daniel Pinto <danielpinto52 at gmail.com>
Date:   Tue Aug 16 17:22:16 2016 +0100

    Fixes inconsistent version prefix in log messages.
    
    Fixes #15381.
---
 src/or/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/or/main.c b/src/or/main.c
index 261118a..4dbd9a0 100644
--- a/src/or/main.c
+++ b/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(),





More information about the tor-commits mailing list