improved test id in diag message

This commit is contained in:
Jeff Hill
2009-08-31 19:47:58 +00:00
parent 3fe4def288
commit 955e9cd4d1
+4 -4
View File
@@ -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 );