summaryrefslogtreecommitdiffstats
path: root/src/H5L.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5L.c')
-rw-r--r--src/H5L.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5L.c b/src/H5L.c
index d50ae19..9dcb5df 100644
--- a/src/H5L.c
+++ b/src/H5L.c
@@ -1351,6 +1351,8 @@ H5Lvisit_by_name(hid_t loc_id, const char *group_name, H5_index_t idx_type,
herr_t ret_value; /* Return value */
FUNC_ENTER_API(H5Lvisit_by_name, FAIL)
+ H5TRACE7("e", "i*sIiIox*xi", loc_id, group_name, idx_type, order, op, op_data,
+ lapl_id);
/* Check args */
if(!group_name || !*group_name)