Ver código fonte

when warning that a version is too new, don't use the confusing
text "is_obsolete_version():".


svn:r2986

Roger Dingledine 21 anos atrás
pai
commit
e24057b2bf
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/or/routerparse.c

+ 1 - 1
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;
     }