From: Roger Dingledine Date: Thu, 25 Nov 2004 05:49:13 +0000 (+0000) Subject: when warning that a version is too new, don't use the confusing X-Git-Tag: tor-0.0.9rc4~15 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e24057b2bfa476cd6f9217c22336b76154b633c1;p=thirdparty%2Ftor.git when warning that a version is too new, don't use the confusing text "is_obsolete_version():". svn:r2986 --- diff --git a/src/or/routerparse.c b/src/or/routerparse.c index 0df5162393..ce658c80ca 100644 --- a/src/or/routerparse.c +++ b/src/or/routerparse.c @@ -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; }