summaryrefslogtreecommitdiffstats
path: root/src/H5Pocpypl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Pocpypl.c')
-rw-r--r--src/H5Pocpypl.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5Pocpypl.c b/src/H5Pocpypl.c
index e61a0d7..1aceab2 100644
--- a/src/H5Pocpypl.c
+++ b/src/H5Pocpypl.c
@@ -469,6 +469,7 @@ H5Padd_merge_committed_dtype_path(hid_t plist_id, const char *path)
herr_t ret_value = SUCCEED; /* Return value */
FUNC_ENTER_API(FAIL)
+ H5TRACE2("e", "i*s", plist_id, path);
/* Check parameters */
if(!path)
@@ -528,6 +529,7 @@ H5Pfree_merge_committed_dtype_paths(hid_t plist_id)
herr_t ret_value = SUCCEED; /* Return value */
FUNC_ENTER_API(FAIL)
+ H5TRACE1("e", "i", plist_id);
/* Get the plist structure */
if(NULL == (plist = H5P_object_verify(plist_id, H5P_OBJECT_COPY)))