diff options
author | George Kadianakis <desnacked@riseup.net> | 2020-08-25 15:02:04 +0300 |
---|---|---|
committer | George Kadianakis <desnacked@riseup.net> | 2020-08-25 15:02:04 +0300 |
commit | 4b9ed14d9bba7b6f5892bbbbcbf81c3e2414c65b (patch) | |
tree | 29b08587d9d7a71d6fa2e3930e96f49a347557b9 /changes | |
parent | 935160ce8629096691268f9902a803c4b871bacc (diff) | |
parent | 1d0695fe7eb0b1b8176c71ecc6e5fe74a5b71378 (diff) | |
download | tor-4b9ed14d9bba7b6f5892bbbbcbf81c3e2414c65b.tar.gz tor-4b9ed14d9bba7b6f5892bbbbcbf81c3e2414c65b.zip |
Merge remote-tracking branch 'tor-gitlab/mr/108'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug19431 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug19431 b/changes/bug19431 new file mode 100644 index 0000000000..09f16b422d --- /dev/null +++ b/changes/bug19431 @@ -0,0 +1,6 @@ + o Minor bugfixes (logging): + - When logging a rate-limited message about how many messages have been + suppressed in the last N seconds, give an accurate value for N, rounded + up to the nearest minute. Previously we would report the size of the + rate-limiting interval, regardless of when the messages started to + occur. Fixes bug 19431; bugfix on 0.2.2.16-alpha. |