summaryrefslogtreecommitdiffstats
path: root/src/H5PB.c
diff options
context:
space:
mode:
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;