Browse Source

Merge commit 'sebastian/geoipnotice'

Nick Mathewson 16 years ago
parent
commit
f466f3d12c
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/or/config.c

+ 3 - 0
src/or/config.c

@@ -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 &&