summaryrefslogtreecommitdiffstats
path: root/tools/test/h5repack/h5repackgentest.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/test/h5repack/h5repackgentest.c')
-rw-r--r--tools/test/h5repack/h5repackgentest.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/tools/test/h5repack/h5repackgentest.c b/tools/test/h5repack/h5repackgentest.c
index bc22e8d..8910abb 100644
--- a/tools/test/h5repack/h5repackgentest.c
+++ b/tools/test/h5repack/h5repackgentest.c
@@ -329,19 +329,19 @@ main(void)
for (i = 0; i < 2; i++) {
hbool_t external = (i & 1) ? TRUE : FALSE;
if (generate_int32le_1d(external) < 0)
- HDprintf("A generate_int32le_1d failed!\n");
+ printf("A generate_int32le_1d failed!\n");
if (generate_int32le_2d(external) < 0)
- HDprintf("A generate_int32le_2d failed!\n");
+ printf("A generate_int32le_2d failed!\n");
if (generate_int32le_3d(external) < 0)
- HDprintf("A generate_int32le_3d failed!\n");
+ printf("A generate_int32le_3d failed!\n");
if (generate_uint8be(external) < 0)
- HDprintf("A generate_uint8be failed!\n");
+ printf("A generate_uint8be failed!\n");
if (generate_f32le(external) < 0)
- HDprintf("A generate_f32le failed!\n");
+ printf("A generate_f32le failed!\n");
} /* end for external data storage or not */