Merge branch 'ticket29662_squashed' into ticket29662_squashed_merged

This commit is contained in:
Nick Mathewson
2019-03-29 14:28:48 -04:00
6 changed files with 92 additions and 25 deletions
+5
View File
@@ -0,0 +1,5 @@
o Minor features (debugging):
- Introduce tor_assertf() and tor_assertf_nonfatal() to enable logging of
additional information during assert failure. Now we can use format
strings to include pieces of information that are relevant for trouble
shooting. Resolves ticket 29662.