diff options
-rw-r--r-- | test/tselect.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tselect.c b/test/tselect.c index c4587cf..1b5ab49 100644 --- a/test/tselect.c +++ b/test/tselect.c @@ -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 */ |