ticket29662 300 B

12345
  1. o Minor features (debugging):
  2. - Introduce tor_assertf() and tor_assertf_nonfatal() to enable logging of
  3. additional information during assert failure. Now we can use format
  4. strings to include pieces of information that are relevant for trouble
  5. shooting. Resolves ticket 29662.