summaryrefslogtreecommitdiffstats
path: root/src/H5Tref.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Tref.c')
-rw-r--r--src/H5Tref.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/H5Tref.c b/src/H5Tref.c
index 39e4774..37b3604 100644
--- a/src/H5Tref.c
+++ b/src/H5Tref.c
@@ -46,9 +46,9 @@
#ifdef H5T_REF_DEBUG
#define H5T_REF_LOG_DEBUG(...) \
do { \
- HDfprintf(stdout, " # %s(): ", __func__); \
- HDfprintf(stdout, __VA_ARGS__); \
- HDfprintf(stdout, "\n"); \
+ fprintf(stdout, " # %s(): ", __func__); \
+ fprintf(stdout, __VA_ARGS__); \
+ fprintf(stdout, "\n"); \
HDfflush(stdout); \
} while (0)
#else