From f4b01c2d5941a1f838913b3fb78ea1713644c761 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Wed, 11 Dec 2002 00:01:31 +0000 Subject: [PATCH] added diagnostics --- src/ca/acctst.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ca/acctst.c b/src/ca/acctst.c index 50bddf591..08f196458 100644 --- a/src/ca/acctst.c +++ b/src/ca/acctst.c @@ -2417,11 +2417,13 @@ int acctst ( char *pName, unsigned interestLevel, unsigned channelCount, unequalServerBufferSizeTest ( pName, interestLevel ); + showProgressBegin ( "connecting to test channel", interestLevel ); status = ca_search ( pName, & chan ); SEVCHK ( status, NULL ); assert ( strcmp ( pName, ca_name ( chan ) ) == 0 ); status = ca_pend_io ( 100.0 ); SEVCHK ( status, NULL ); + showProgressEnd ( interestLevel ); printf ( "native type was %s, native count was %lu\n", dbf_type_to_text ( ca_field_type ( chan ) ),