diff options
author | José M. Guisado <guigom@riseup.net> | 2019-01-23 00:04:57 +0100 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-02-19 11:24:51 -0500 |
commit | 78220aae1ed3994453413559ff8b068578b31818 (patch) | |
tree | 88e5f30af49f3290fe19bded0890edda78a20fc5 /changes/bug28698 | |
parent | d83c299eba8010204b3fe0760b1372c7564889fe (diff) | |
download | tor-78220aae1ed3994453413559ff8b068578b31818.tar.gz tor-78220aae1ed3994453413559ff8b068578b31818.zip |
Add circuit time check before logging about relaxing circuit time
Signed-off-by: José M. Guisado <guigom@riseup.net>
Diffstat (limited to 'changes/bug28698')
-rw-r--r-- | changes/bug28698 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug28698 b/changes/bug28698 new file mode 100644 index 0000000000..716aa0c552 --- /dev/null +++ b/changes/bug28698 @@ -0,0 +1,3 @@ + o Minor bugfix (logging): + - Avoid logging about relaxing circuits when their time is fixed. + Fixes bug 28698; bugfix on 0.2.4.7-alpha |