From 2fb6b2100ffbbee3f7fb3c058529fb15cdb53e29 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Fri, 14 Aug 2009 17:44:33 +0000 Subject: [PATCH] improved test diagnostic --- src/ca/acctst.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/ca/acctst.c b/src/ca/acctst.c index e59063d35..21fb326cf 100644 --- a/src/ca/acctst.c +++ b/src/ca/acctst.c @@ -2992,6 +2992,10 @@ void verifyContextRundownFlush ( const char * pName, unsigned interestLevel ) ca_context_destroy (); } + + if ( i % 100 == 0 ) { + showProgress ( interestLevel ); + } } showProgressEnd ( interestLevel );