|
@@ -1905,7 +1905,7 @@ normalize_data_directory(or_options_t *options) {
|
|
|
if (!options->DataDirectory && !strcmp(fn,"/.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;
|