when warning that a version is too new, don't use the confusing

text "is_obsolete_version():".


svn:r2986
This commit is contained in:
Roger Dingledine 2004-11-25 05:49:13 +00:00
parent d254aeb09e
commit e24057b2bf

View File

@ -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;
}