tor/changes/ticket29662

6 lines
300 B
Plaintext
Raw Normal View History

2019-03-05 17:02:24 +01:00
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.