summaryrefslogtreecommitdiffstats
path: root/src/H5PB.c
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2020-05-26 20:46:47 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-05-26 20:46:47 (GMT)
commit132f0f6ce28ee70726e16519ae20856d253c3e5c (patch)
treedad6665b5ba73665084586f598ce7111806f9c13 /src/H5PB.c
parentd46b2c5afb8e17e4783d4bb55fd2b91b83347f94 (diff)
downloadhdf5-132f0f6ce28ee70726e16519ae20856d253c3e5c.zip
hdf5-132f0f6ce28ee70726e16519ae20856d253c3e5c.tar.gz
hdf5-132f0f6ce28ee70726e16519ae20856d253c3e5c.tar.bz2
We don't write through the metadata accumulator any more. We only write
through the lower VFD. Update error message to match.
Diffstat (limited to 'src/H5PB.c')
-rw-r--r--src/H5PB.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5PB.c b/src/H5PB.c
index 14ced59..8253933 100644
--- a/src/H5PB.c
+++ b/src/H5PB.c
@@ -2005,8 +2005,8 @@ H5PB_write(H5F_shared_t *shared, H5FD_mem_t type, haddr_t addr, size_t size,
if ( H5FD_write(shared->lf, type, addr, size, buf) < 0 )
- HGOTO_ERROR(H5E_PAGEBUF, H5E_WRITEERROR, FAIL, \
- "write through metadata accumulator failed")
+ HGOTO_ERROR(H5E_PAGEBUF, H5E_WRITEERROR, FAIL,
+ "write through lower VFD failed")
/* Update statistics */
if ( pb_ptr ) {