mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-13 16:47:58 +08:00
[svn-r5833] Purpose:
Code cleanup Description: Add a bit more debugging information to one failure mode. Platforms tested: FreeBSD 4.6 (sleipnir)
This commit is contained in:
parent
9b565b18e6
commit
c968525b29
@ -1801,7 +1801,7 @@ test_select_hyper_offset(void)
|
||||
tbuf2=rbuf+(i*SPACE3_DIM2);
|
||||
for(j=0; j<SPACE3_DIM2; j++, tbuf++, tbuf2++) {
|
||||
if(*tbuf!=*tbuf2) {
|
||||
printf("%d: hyperslab values don't match!, i=%d, j=%d\n",__LINE__,i,j);
|
||||
printf("%d: hyperslab values don't match!, i=%d, j=%d, *tbuf=%u, *tbuf2=%u\n",__LINE__,i,j,(unsigned)*tbuf,(unsigned)*tbuf2);
|
||||
num_errs++;
|
||||
} /* end if */
|
||||
} /* end for */
|
||||
|
Loading…
x
Reference in New Issue
Block a user