summaryrefslogtreecommitdiffstats
path: root/src/H5O.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5O.c')
-rw-r--r--src/H5O.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5O.c b/src/H5O.c
index 7db15a8..96f40aa 100644
--- a/src/H5O.c
+++ b/src/H5O.c
@@ -319,6 +319,7 @@ H5Oopen_by_idx(hid_t loc_id, const char *group_name, H5L_index_t idx_type,
hid_t ret_value = FAIL;
FUNC_ENTER_API(H5Oopen_by_idx, FAIL)
+ H5TRACE6("i","isLiIohi",loc_id,group_name,idx_type,order,n,lapl_id);
/* Check args */
if(H5G_loc(loc_id, &loc) < 0)