tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit bf953fe602a973259723dacb4389d3c4bee7e0a4
parent a959d7cb98ed0e5b6e2fabf36301accd28f0641c
Author: rl1987 <rl1987@sdf.lonestar.org>
Date:   Tue,  5 Mar 2019 18:02:24 +0200

Add changes file

Diffstat:
Achanges/ticket29662 | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/changes/ticket29662 b/changes/ticket29662 @@ -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.