summaryrefslogtreecommitdiffstats
path: root/src/H5Fint.c
diff options
context:
space:
mode:
authormyang6 <myang6@hdfgroup.org>2021-10-29 20:00:02 (GMT)
committermyang6 <myang6@hdfgroup.org>2021-10-29 20:00:02 (GMT)
commitb8a775cbe44e3518a817f413993adef7a6eca88f (patch)
tree45fe22a49bd181862b394b474dcc2d54fccdee81 /src/H5Fint.c
parent553c1b449e7c77cf143d587beb41deaa63282904 (diff)
downloadhdf5-b8a775cbe44e3518a817f413993adef7a6eca88f.zip
hdf5-b8a775cbe44e3518a817f413993adef7a6eca88f.tar.gz
hdf5-b8a775cbe44e3518a817f413993adef7a6eca88f.tar.bz2
Update comments to use the HDF5 timer for the log feature.
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 2937056..1adc7d5 100644
--- a/src/H5Fint.c
+++ b/src/H5Fint.c
@@ -2026,7 +2026,7 @@ H5F_open(const char *name, unsigned flags, hid_t fcpl_id, hid_t fapl_id)
if (H5_timer_init(&(shared->vfd_swmr_log_start_time)) < 0)
HGOTO_ERROR(H5E_FILE, H5E_CANTGET, NULL, "can't initialize HDF5 timer.")
if (H5_timer_start(&(shared->vfd_swmr_log_start_time)) < 0)
- HGOTO_ERROR(H5E_FILE, H5E_CANTGET, NULL, "can't start HDF5 timer.")
+ HGOTO_ERROR(H5E_FILE, H5E_CANTGET, NULL, "can't obtain the time from the HDF5 timer.")
}
}
/* End of Kent */