mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
6 lines
300 B
Plaintext
6 lines
300 B
Plaintext
|
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.
|