diff options
author | Roger Dingledine <arma@torproject.org> | 2010-10-01 13:32:38 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2010-10-01 13:32:38 -0400 |
commit | 6cb5383e564f37e681df922ffddc1894bf8b35fa (patch) | |
tree | f8410b8894cd624171ddc6fcaa4b50700f06bee5 /changes/bug1534 | |
parent | 6e00877fa352cca9cc0a6e2088b3525fdced10ee (diff) | |
download | tor-6cb5383e564f37e681df922ffddc1894bf8b35fa.tar.gz tor-6cb5383e564f37e681df922ffddc1894bf8b35fa.zip |
log when we guess our ip address, not just when we fail
Diffstat (limited to 'changes/bug1534')
-rw-r--r-- | changes/bug1534 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug1534 b/changes/bug1534 new file mode 100644 index 0000000000..523391f4ed --- /dev/null +++ b/changes/bug1534 @@ -0,0 +1,6 @@ + o Minor bugfixes: + - When we're trying to guess whether we know our IP address as + a relay, we would log various ways that we failed to guess + our address, but never log that we ended up guessing it + successfully. Now add a log line to help confused and anxious + relay operators. Bugfix on 0.1.2.1-alpha; fixes bug 1534. |