mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
when warning that a version is too new, don't use the confusing
text "is_obsolete_version():". svn:r2986
This commit is contained in:
parent
d254aeb09e
commit
e24057b2bf
@ -240,7 +240,7 @@ get_recommended_software_from_directory(const char *str)
|
||||
|
||||
if (!found_newer) {
|
||||
if (!warned_too_new) {
|
||||
log_fn(LOG_WARN, "This version of Tor (%s) is newer than any on the recommended list (%s)",
|
||||
log(LOG_WARN, "This version of Tor (%s) is newer than any on the recommended list (%s)",
|
||||
myversion, versionlist);
|
||||
warned_too_new=1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user