summaryrefslogtreecommitdiffstats
path: root/test/cache_logging.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/cache_logging.c')
-rw-r--r--test/cache_logging.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/cache_logging.c b/test/cache_logging.c
index 42427c7..67cf13d 100644
--- a/test/cache_logging.c
+++ b/test/cache_logging.c
@@ -165,16 +165,16 @@ main(void)
/* Reset library */
h5_reset();
- HDprintf("Testing basic metadata cache logging functionality.\n");
+ printf("Testing basic metadata cache logging functionality.\n");
nerrors += test_logging_api();
if (nerrors) {
- HDprintf("***** %d Metadata cache logging TEST%s FAILED! *****\n", nerrors, nerrors > 1 ? "S" : "");
+ printf("***** %d Metadata cache logging TEST%s FAILED! *****\n", nerrors, nerrors > 1 ? "S" : "");
HDexit(EXIT_FAILURE);
}
- HDprintf("All Metadata Cache Logging tests passed.\n");
+ printf("All Metadata Cache Logging tests passed.\n");
HDexit(EXIT_SUCCESS);
}