diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-11-02 10:30:42 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-11-02 10:30:42 -0400 |
commit | cb42c62c9e87d4699add69087ba25d1454758bb0 (patch) | |
tree | 3cf3da6aa93d5988916414d3ad972cbd43ac95ee /changes | |
parent | 27ea6fcd31ceb7dd9e48e5586aa05f05bfe86e0a (diff) | |
parent | 6dc591a024e4dde8f4beafc7d42bdaeac996cca4 (diff) | |
download | tor-cb42c62c9e87d4699add69087ba25d1454758bb0.tar.gz tor-cb42c62c9e87d4699add69087ba25d1454758bb0.zip |
Merge branch 'dgoulet_ticket23753_032_02_squashed' into maint-0.3.2
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug23753 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug23753 b/changes/bug23753 new file mode 100644 index 0000000000..8782a8e2d0 --- /dev/null +++ b/changes/bug23753 @@ -0,0 +1,4 @@ + o Minor features (logging, scheduler): + - Introduce a SCHED_BUG() function to log extra information about the + scheduler state if we ever catch a bug in the scheduler. Closes ticket + 23753. |