[or-cvs] If they havent told us by now, they probably never will.

Nick Mathewson nickm at seul.org
Wed Aug 3 20:37:16 UTC 2005


Update of /home/or/cvsroot/tor/src/or
In directory moria:/tmp/cvs-serv15803/src/or

Modified Files:
	config.c 
Log Message:
If they havent told us by now, they probably never will.

Index: config.c
===================================================================
RCS file: /home/or/cvsroot/tor/src/or/config.c,v
retrieving revision 1.376
retrieving revision 1.377
diff -u -d -r1.376 -r1.377
--- config.c	28 Jul 2005 19:01:48 -0000	1.376
+++ config.c	3 Aug 2005 20:37:13 -0000	1.377
@@ -670,7 +670,7 @@
   for (i=0; fmt->vars[i].name; ++i) {
     if (!strncasecmp(key, fmt->vars[i].name, keylen)) {
       log_fn(LOG_WARN, "The abbreviation '%s' is deprecated. "
-          "Tell Nick and Roger to make it official, or just use '%s' instead",
+          "Please use '%s' instead",
              key, fmt->vars[i].name);
       return &fmt->vars[i];
     }



More information about the tor-commits mailing list