[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] [tor/master] Log a notice about collecting geoip stats
Author: Sebastian Hahn <sebastian@xxxxxxxxxxxxxx>
Date: Sun, 21 Jun 2009 06:31:34 +0200
Subject: Log a notice about collecting geoip stats
Commit: 38476e25559ecfde3e55d1edd7b67e328ec373d6
---
src/or/config.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/or/config.c b/src/or/config.c
index bcabb67..6ad1c3a 100644
--- a/src/or/config.c
+++ b/src/or/config.c
@@ -1380,6 +1380,9 @@ options_act(or_options_t *old_options)
"GeoIP database found!");
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
/* Check if we need to parse and add the EntryNodes config option. */
if (options->EntryNodes &&
--
1.5.6.5