]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
when warning that a version is too new, don't use the confusing
authorRoger Dingledine <arma@torproject.org>
Thu, 25 Nov 2004 05:49:13 +0000 (05:49 +0000)
committerRoger Dingledine <arma@torproject.org>
Thu, 25 Nov 2004 05:49:13 +0000 (05:49 +0000)
text "is_obsolete_version():".

svn:r2986

src/or/routerparse.c

index 0df5162393c939bf619b6daeda719f79e4ccec0d..ce658c80caff6feeeaa4f51d95854a38eca94f12 100644 (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;
     }