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 );