summaryrefslogtreecommitdiffstats
path: root/src/H5FDsplitter.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5FDsplitter.c')
-rw-r--r--src/H5FDsplitter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5FDsplitter.c b/src/H5FDsplitter.c
index 1159694..70a3caf 100644
--- a/src/H5FDsplitter.c
+++ b/src/H5FDsplitter.c
@@ -89,7 +89,7 @@ typedef struct H5FD_splitter_t {
#if H5FD_SPLITTER_DEBUG_OP_CALLS
#define H5FD_SPLITTER_LOG_CALL(name) \
do { \
- HDprintf("called %s()\n", (name)); \
+ printf("called %s()\n", (name)); \
HDfflush(stdout); \
} while (0)
#else