summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2009-06-25 12:09:57 -0400
committerNick Mathewson <nickm@torproject.org>2009-06-25 12:09:57 -0400
commitf466f3d12c7480fcff8b3366991f7a44816d2e41 (patch)
treef7ddc214bfb18fb3a31f56167c32c4f28d43fcc1 /src
parentd2cac1afc3e7bf9ac5b9251535e27833994010c7 (diff)
parent38476e25559ecfde3e55d1edd7b67e328ec373d6 (diff)
downloadtor-f466f3d12c7480fcff8b3366991f7a44816d2e41.tar.gz
tor-f466f3d12c7480fcff8b3366991f7a44816d2e41.zip
Merge commit 'sebastian/geoipnotice'
Diffstat (limited to 'src')
-rw-r--r--src/or/config.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/or/config.c b/src/or/config.c
index bcabb67a99..6ad1c3a9ba 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 &&