summaryrefslogtreecommitdiffstats
path: root/src/H5C.c
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2020-05-26 18:11:33 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-05-26 18:11:33 (GMT)
commitd46b2c5afb8e17e4783d4bb55fd2b91b83347f94 (patch)
tree12bb75dbf26076dd5a24105749286d46e384c4e1 /src/H5C.c
parentcc58a22b37db9a0865a57e01227631a9580e847f (diff)
downloadhdf5-d46b2c5afb8e17e4783d4bb55fd2b91b83347f94.zip
hdf5-d46b2c5afb8e17e4783d4bb55fd2b91b83347f94.tar.gz
hdf5-d46b2c5afb8e17e4783d4bb55fd2b91b83347f94.tar.bz2
When a checksum fails, indicate the address and size of the affected metadata.
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 abea0d4..385610e 100644
--- a/src/H5C.c
+++ b/src/H5C.c
@@ -7416,7 +7416,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 */