From 9c22b428bf3ff8b8cb898099c92994a9de82cb73 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 10 Nov 2004 14:29:18 +0000 Subject: Clarify a warning about /.tor svn:r2794 --- src/or/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/or/config.c b/src/or/config.c index ef773e1f46..cbc102b96d 100644 --- a/src/or/config.c +++ b/src/or/config.c @@ -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; -- cgit v1.2.3-54-g00ecf