Fixes inconsistent version prefix in log messages.

Fixes #15381.
This commit is contained in:
Daniel Pinto 2016-08-16 17:22:16 +01:00
parent 5e571900b3
commit 3d6ae798cf

View File

@ -2800,7 +2800,7 @@ tor_init(int argc, char *argv[])
{ {
const char *version = get_version(); 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, "OpenSSL %s and Zlib %s.", version,
get_uname(), get_uname(),
tor_libevent_get_version_str(), tor_libevent_get_version_str(),