WIP Changes to tests
[yaffs2.git] / direct / basic-test / dtest.c
index 247aa480c69dee4303ae8b63618dc7fa8f06130f..0b67b7a1fd4092d15f7a5aafe3530fe0fdcc1513 100644 (file)
@@ -2826,7 +2826,7 @@ void verify_big_sparse_file(int h)
                        check_type = "buffer";
                        set_buffer(i/STRIDE);
                }
-               printf("%s checking %lld\n", check_type, offset);
+               //printf("%s checking %lld\n", check_type, offset);
                pos = yaffs_lseek(h, offset, SEEK_SET);
                if(pos != offset) {
                        printf("mismatched seek pos %lld offset %lld\n",