summaryrefslogtreecommitdiffstats
path: root/src/H5PB.c
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2020-06-03 20:25:03 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-06-03 20:25:03 (GMT)
commit05dafca8e02446dda025a16d278b9d8c7a286b59 (patch)
tree4fec050d26aef63f1babcff7a9f101c416214d19 /src/H5PB.c
parent44c114017e8efa151048b9f0a685b03de9bad7ea (diff)
parent052257ec62dc977830ffb088f1ac2db3fa62d69f (diff)
downloadhdf5-05dafca8e02446dda025a16d278b9d8c7a286b59.zip
hdf5-05dafca8e02446dda025a16d278b9d8c7a286b59.tar.gz
hdf5-05dafca8e02446dda025a16d278b9d8c7a286b59.tar.bz2
Merge branch 'feature/vfd_swmr' into may-merge-mainzer-to-mine
Diffstat (limited to 'src/H5PB.c')
-rw-r--r--src/H5PB.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5PB.c b/src/H5PB.c
index 7d0b18c..a9028d7 100644
--- a/src/H5PB.c
+++ b/src/H5PB.c
@@ -2479,7 +2479,7 @@ H5PB_write(H5F_shared_t *shared, H5FD_mem_t type, haddr_t addr, size_t size,
FUNC_ENTER_NOAPI(FAIL)
- hlog_fast(pbwr, "%s %p type %d %" PRIuHADDR " size %zu",
+ hlog_fast(pbwr, "%s %p type %d addr %" PRIuHADDR " size %zu",
__func__, (void *)shared, type, addr, size);
pb_ptr = shared->pb_ptr;