]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Clarify a warning about /.tor
authorNick Mathewson <nickm@torproject.org>
Wed, 10 Nov 2004 14:29:18 +0000 (14:29 +0000)
committerNick Mathewson <nickm@torproject.org>
Wed, 10 Nov 2004 14:29:18 +0000 (14:29 +0000)
svn:r2794

src/or/config.c

index ef773e1f461be745876f19979a0d9a5ca3e1fd89..cbc102b96d0860f470d1da48f9fa6de55b4d73d5 100644 (file)
@@ -1905,7 +1905,7 @@ normalize_data_directory(or_options_t *options) {
    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;