added SEVCHK string

This commit is contained in:
Jeff Hill
2009-08-12 00:37:10 +00:00
parent 1f129d3739
commit 44a6e9a005
+2 -1
View File
@@ -1439,7 +1439,8 @@ void singleSubscriptionDeleteTest ( chid chan, unsigned interestLevel )
unsigned j = 0;
while ( j < i ) {
temp = (float) j++;
SEVCHK ( ca_put (DBR_FLOAT, chan, &temp), NULL);
SEVCHK ( ca_put (DBR_FLOAT, chan, &temp),
"singleSubscriptionDeleteTest - one of multiple puts" );
}
ca_flush_io ();
}