[or-cvs] [tor/maint-0.2.1] Add warning that the results of --enable-geoip-stats are different from those in master.

Nick Mathewson nickm at seul.org
Mon Jun 22 15:51:42 UTC 2009


Author: Karsten Loesing <karsten.loesing at gmx.net>
Date: Mon, 22 Jun 2009 15:00:04 +0200
Subject: Add warning that the results of --enable-geoip-stats are different from those in master.
Commit: e6a1e7001b6546832661ff3608ea3358f7615bd7

---
 src/or/config.c |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/src/or/config.c b/src/or/config.c
index 8199951..b744f8f 100644
--- a/src/or/config.c
+++ b/src/or/config.c
@@ -1381,6 +1381,13 @@ options_act(or_options_t *old_options)
     geoip_load_file(actual_fname, options);
     tor_free(actual_fname);
   }
+#ifdef ENABLE_GEOIP_STATS
+  log_warn(LD_CONFIG, "We are configured to measure GeoIP statistics, but "
+           "the way these statistics are measured has changed "
+           "significantly in later versions of Tor. The results may not be "
+           "as expected if you are used to later versions.  Be sure you "
+           "know what you are doing.");
+#endif
   /* Check if we need to parse and add the EntryNodes config option. */
   if (options->EntryNodes &&
       (!old_options ||
-- 
1.5.6.5



More information about the tor-commits mailing list