[or-cvs] when warning that a version is too new, don"t use the confu...

Roger Dingledine arma at seul.org
Thu Nov 25 05:49:15 UTC 2004


Update of /home2/or/cvsroot/tor/src/or
In directory moria.mit.edu:/home2/arma/work/onion/cvs/tor/src/or

Modified Files:
	routerparse.c 
Log Message:
when warning that a version is too new, don't use the confusing
text "is_obsolete_version():".


Index: routerparse.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/routerparse.c,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -d -r1.83 -r1.84
--- routerparse.c	25 Nov 2004 04:20:10 -0000	1.83
+++ routerparse.c	25 Nov 2004 05:49:13 -0000	1.84
@@ -240,7 +240,7 @@
 
   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;
     }



More information about the tor-commits mailing list