summaryrefslogtreecommitdiffstats
path: root/src/H5R.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5R.c')
-rw-r--r--src/H5R.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5R.c b/src/H5R.c
index 3232ba3..e355dee 100644
--- a/src/H5R.c
+++ b/src/H5R.c
@@ -903,6 +903,7 @@ H5Rget_name(hid_t id, H5R_type_t ref_type, const void *_ref, char *name,
ssize_t ret_value; /* Return value */
FUNC_ENTER_API(H5Rget_name, FAIL)
+ H5TRACE5("Zs","iRtxsz",id,ref_type,_ref,name,size);
/* Check args */
if(H5G_loc(id, &loc) < 0)