summaryrefslogtreecommitdiffstats
path: root/src/H5Fint.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Fint.c')
-rw-r--r--src/H5Fint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Fint.c b/src/H5Fint.c
index c0579bd..c3fc346 100644
--- a/src/H5Fint.c
+++ b/src/H5Fint.c
@@ -2228,7 +2228,7 @@ H5F_open(const char *name, unsigned flags, hid_t fcpl_id, hid_t fapl_id)
ret_value = file;
#if 1 /*Kent: write to the log file when H5F_open ends. Tested, can be commented out if necessary.*/
- H5F_POST_VFD_SWMR_LOG_ENTRY(file, 1, "File open ends");
+ H5F_POST_VFD_SWMR_LOG_ENTRY(file, FILE_OPEN, "File open ends");
#endif
done:
if ((NULL == ret_value) && file) {