[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [tor/master] More bufferevent removal: bev_str is no longer needed in tor_init
commit 8e9a6543e110eb8f96169f011e18c3e4b6a4f7d1
Author: Nick Mathewson <nickm@xxxxxxxxxxxxxx>
Date: Tue Aug 2 13:08:00 2016 -0400
More bufferevent removal: bev_str is no longer needed in tor_init
---
src/or/main.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/src/or/main.c b/src/or/main.c
index 07c61b8..3f9b40b 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(),
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits