diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-12-04 14:01:52 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-12-04 14:01:52 -0500 |
commit | a5be2305e1217e58f355a690af96c8953a34023e (patch) | |
tree | 1751e24f96d6e7f41c94430085ad89b8c64f7fc2 | |
parent | ff6c8cf8617637e0fef28268a3e8ee0b1b4d98fb (diff) | |
download | tor-a5be2305e1217e58f355a690af96c8953a34023e.tar.gz tor-a5be2305e1217e58f355a690af96c8953a34023e.zip |
fix check-changes warning
-rw-r--r-- | changes/bug23696 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/changes/bug23696 b/changes/bug23696 index 11b38fd68a..c5d18583d4 100644 --- a/changes/bug23696 +++ b/changes/bug23696 @@ -1,5 +1,5 @@ o Minor bugfix (KIST scheduler): - Downgrade a warning to log info when the monotonic time diff is negative. This can happen on platform not supporting monotonic time. The - scheduler recovers from this without any problem. Fixes ticket 23969; + scheduler recovers from this without any problem. Fixes bug 23696; bugfix on 0.3.2.1-alpha. |