]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Log a notice about collecting geoip stats
authorSebastian Hahn <sebastian@torproject.org>
Sun, 21 Jun 2009 04:31:34 +0000 (06:31 +0200)
committerSebastian Hahn <sebastian@torproject.org>
Thu, 25 Jun 2009 16:06:52 +0000 (18:06 +0200)
src/or/config.c

index bcabb67a9921423868df43a60b5862553865ef90..6ad1c3a9ba54c32177031928ecd22cbdfe6ee3b4 100644 (file)
@@ -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 &&