From 955e9cd4d1fee7732bffe5153b20ae1151a3720a Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Mon, 31 Aug 2009 19:47:58 +0000 Subject: [PATCH] improved test id in diag message --- src/ca/acctst.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/ca/acctst.c b/src/ca/acctst.c index 3557e220e..9c4840996 100644 --- a/src/ca/acctst.c +++ b/src/ca/acctst.c @@ -830,9 +830,9 @@ void verifyBlockInPendIO ( chid chan, unsigned interestLevel ) if ( status == ECA_NORMAL ) { if ( resp != req ) { printf ( - "get block test failed - val written %d\n", req ); + "short tmo get block test failed - val written %d\n", req ); printf ( - "get block test failed - val read %d\n", resp ); + "short tmo tmo get block test failed - val read %d\n", resp ); verify ( 0 ); } } @@ -847,9 +847,9 @@ void verifyBlockInPendIO ( chid chan, unsigned interestLevel ) SEVCHK ( ca_pend_io (timeoutToPendIO) , NULL ); if ( resp != req ) { printf ( - "get block test failed - val written %d\n", req); + "long tmo get block test failed - val written %d\n", req); printf ( - "get block test failed - val read %d\n", resp); + "long tmo get block test failed - val read %d\n", resp); verify (0); } showProgressEnd ( interestLevel );