[or-cvs] Clarify a warning about /.tor

Nick Mathewson nickm at seul.org
Wed Nov 10 14:29:21 UTC 2004


Update of /home/or/cvsroot/src/or
In directory moria.mit.edu:/tmp/cvs-serv346/src/or

Modified Files:
	config.c 
Log Message:
Clarify a warning about /.tor

Index: config.c
===================================================================
RCS file: /home/or/cvsroot/src/or/config.c,v
retrieving revision 1.242
retrieving revision 1.243
diff -u -d -r1.242 -r1.243
--- config.c	10 Nov 2004 03:40:30 -0000	1.242
+++ config.c	10 Nov 2004 14:29:18 -0000	1.243
@@ -1905,7 +1905,7 @@
    if (!options->DataDirectory && !strcmp(fn,"/.tor")) {
      /* If our homedir is /, we probably don't want to use it. */
      /* XXXX Default to /var/lib/tor? */
-     log_fn(LOG_WARN, "Defaulting to %s, which may not be what you want", fn);
+     log_fn(LOG_WARN, "Defaulting to 'DataDirectory %s', which may not be what you want", fn);
    }
    tor_free(options->DataDirectory);
    options->DataDirectory = fn;



More information about the tor-commits mailing list