summaryrefslogtreecommitdiffstats
path: root/src/H5C.c
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2020-05-26 18:14:20 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-05-26 18:14:20 (GMT)
commite917d66df64465aec7cfc5283a4e88f1d89d4903 (patch)
tree56a9e8db7a0bf9f7eec1baa07141ab29d2ba6d63 /src/H5C.c
parenteeda47bcf68836b56a06f9755440eed60ce785d4 (diff)
parentd46b2c5afb8e17e4783d4bb55fd2b91b83347f94 (diff)
downloadhdf5-e917d66df64465aec7cfc5283a4e88f1d89d4903.zip
hdf5-e917d66df64465aec7cfc5283a4e88f1d89d4903.tar.gz
hdf5-e917d66df64465aec7cfc5283a4e88f1d89d4903.tar.bz2
Merge branch 'feature/vfd_swmr' into may-merge-mainzer-to-mine
Diffstat (limited to 'src/H5C.c')
-rw-r--r--src/H5C.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5C.c b/src/H5C.c
index aa3428b..146a725 100644
--- a/src/H5C.c
+++ b/src/H5C.c
@@ -7473,7 +7473,7 @@ H5C_load_entry(H5F_t * f,
H5FD_vfd_swmr_dump_status(f->shared->lf, page);
#endif /* JRM */
HGOTO_ERROR(H5E_CACHE, H5E_READERROR, NULL, \
- "incorrect metadatda checksum after all read attempts")
+ "incorrect metadata checksum after all read attempts addr %" PRIuHADDR " size %zu", addr, len);
}
/* Calculate and track the # of retries */