summaryrefslogtreecommitdiff
path: root/changes/bug4353
diff options
context:
space:
mode:
authorSebastian Hahn <sebastian@torproject.org>2011-11-19 00:50:03 +0100
committerSebastian Hahn <sebastian@torproject.org>2011-11-19 00:50:03 +0100
commit6ef44b78495403552ca4f6808656bd95a7813c58 (patch)
tree067ba942df9ccd3b6db78790653d1607a28b25f7 /changes/bug4353
parent5a02406ae0d8059d3b0bbff51d37fcb92650274b (diff)
downloadtor-6ef44b78495403552ca4f6808656bd95a7813c58.tar.gz
tor-6ef44b78495403552ca4f6808656bd95a7813c58.zip
Don't log about stats when running as a client without geoip
Completely disable stats if we aren't running as a relay. We won't collect any anyway, so setting up the infrastructure for them and logging about them is wrong. This also removes a confusing log message that clients without a geoip db would have seen. Fixes bug 4353.
Diffstat (limited to 'changes/bug4353')
-rw-r--r--changes/bug43537
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug4353 b/changes/bug4353
new file mode 100644
index 0000000000..5e80c902c8
--- /dev/null
+++ b/changes/bug4353
@@ -0,0 +1,7 @@
+ o Minor bugfixes:
+ - When running as client without a geoip database, do not print a
+ misleading (and plain wrong) log message that we're collecting
+ dirreq statistics - we're not collecting statistics as clients.
+ Also don't create a useless (because empty) stats file in the
+ stats/ directory. Fixes bug 4353, bugfix on 0.2.2.34.
+