summaryrefslogtreecommitdiffstats
path: root/src/H5Plcpl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Plcpl.c')
-rw-r--r--src/H5Plcpl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Plcpl.c b/src/H5Plcpl.c
index 536172e..65a740c 100644
--- a/src/H5Plcpl.c
+++ b/src/H5Plcpl.c
@@ -172,7 +172,7 @@ H5Pget_create_intermediate_group(hid_t plist_id, unsigned *crt_intmd_group /*out
herr_t ret_value = SUCCEED; /* return value */
FUNC_ENTER_API(FAIL)
- H5TRACE2("e", "ix", plist_id, crt_intmd_group);
+ H5TRACE2("e", "i*Iu", plist_id, crt_intmd_group);
/* Get the plist structure */
if (NULL == (plist = H5P_object_verify(plist_id, H5P_LINK_CREATE)))