This commit is contained in:
Jeff Hill
2001-09-21 17:29:25 +00:00
parent 2e329813aa
commit 5b2d1df716

View File

@@ -331,8 +331,8 @@ void subscriptionStateChange ( struct event_handler_args args )
void noopSubscriptionStateChange ( struct event_handler_args args )
{
if ( args.status != ECA_NORMAL ) {
printf("subscription update failed for \"%s\" because \"%s\"",
ca_name ( args.chid ), ca_message ( args.status ) );
printf ( "subscription update failed for \"%s\" because \"%s\"",
ca_name ( args.chid ), ca_message ( args.status ) );
}
}
@@ -359,7 +359,6 @@ void verifyConnectionHandlerConnect ( appChan *pChans, unsigned chanCount, unsig
showProgressBegin ();
for ( i = 0; i < repetitionCount; i++ ) {
subscriptionUpdateCount = 0u;
accessUpdateCount = 0u;