mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
Log a notice about collecting geoip stats
This commit is contained in:
parent
955a763c74
commit
38476e2555
@ -1380,6 +1380,9 @@ options_act(or_options_t *old_options)
|
|||||||
"GeoIP database found!");
|
"GeoIP database found!");
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
log_notice(LD_CONFIG, "Configured to measure usage by country and "
|
||||||
|
"write aggregate statistics to disk. Check the geoip-stats file "
|
||||||
|
"in your data directory once I've been running for 24 hours.");
|
||||||
#endif
|
#endif
|
||||||
/* Check if we need to parse and add the EntryNodes config option. */
|
/* Check if we need to parse and add the EntryNodes config option. */
|
||||||
if (options->EntryNodes &&
|
if (options->EntryNodes &&
|
||||||
|
Loading…
Reference in New Issue
Block a user