summaryrefslogtreecommitdiffstats
path: root/src/H5I.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5I.c')
-rw-r--r--src/H5I.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5I.c b/src/H5I.c
index 9ff40c5..f04914a 100644
--- a/src/H5I.c
+++ b/src/H5I.c
@@ -1152,6 +1152,7 @@ H5Iget_name(hid_t id, char *name/*out*/, size_t size)
ssize_t ret_value;
FUNC_ENTER_API (H5Iget_name, FAIL);
+ H5TRACE3("Zs","ixz",id,name,size);
/* get symbol table entry */
if(NULL!=(ent = H5G_loc(id))) {