[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] when warning that a version is too new, don"t use the confu...
- To: or-cvs@freehaven.net
- Subject: [or-cvs] when warning that a version is too new, don"t use the confu...
- From: arma@seul.org (Roger Dingledine)
- Date: Thu, 25 Nov 2004 00:49:15 -0500 (EST)
- Delivered-to: archiver@seul.org
- Delivered-to: or-cvs-outgoing@seul.org
- Delivered-to: or-cvs@seul.org
- Delivery-date: Thu, 25 Nov 2004 00:49:31 -0500
- Reply-to: or-dev@freehaven.net
- Sender: owner-or-cvs@freehaven.net
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;
}