aboutsummaryrefslogtreecommitdiff
path: root/src/or
diff options
context:
space:
mode:
Diffstat (limited to 'src/or')
-rw-r--r--src/or/main.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/or/main.c b/src/or/main.c
index 07c61b8506..3f9b40bd13 100644
--- a/src/or/main.c
+++ b/src/or/main.c
@@ -2852,10 +2852,9 @@ tor_init(int argc, char *argv[])
{
const char *version = get_version();
- const char *bev_str = "";
- log_notice(LD_GENERAL, "Tor v%s %srunning on %s with Libevent %s, "
- "OpenSSL %s and Zlib %s.", version, bev_str,
+ log_notice(LD_GENERAL, "Tor v%s running on %s with Libevent %s, "
+ "OpenSSL %s and Zlib %s.", version,
get_uname(),
tor_libevent_get_version_str(),
crypto_openssl_get_version_str(),