mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-28 14:23:30 +01:00
ff6c8cf861
Some platforms don't have good monotonic time support so don't warn when the diff between the last run of the scheduler time and now is negative. The scheduler recovers properly from this so no need to be noisy. Fixes #23696 Signed-off-by: David Goulet <dgoulet@torproject.org>
6 lines
291 B
Plaintext
6 lines
291 B
Plaintext
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;
|
|
bugfix on 0.3.2.1-alpha.
|