From 44a6e9a005985258eaac9a9cb8048c469ce3c6cc Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Wed, 12 Aug 2009 00:37:10 +0000 Subject: [PATCH] added SEVCHK string --- src/ca/acctst.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ca/acctst.c b/src/ca/acctst.c index 722c34975..e96720365 100644 --- a/src/ca/acctst.c +++ b/src/ca/acctst.c @@ -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 (); }