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 f29624b..b308712 100644
--- a/src/H5I.c
+++ b/src/H5I.c
@@ -1867,6 +1867,7 @@ H5Iis_valid(hid_t id)
htri_t ret_value = TRUE; /* Return value */
FUNC_ENTER_API(H5Iis_valid, FAIL)
+ H5TRACE1("t", "i", id);
type = H5I_TYPE(id);
/* Check for conditions that would cause H5I_find_id to throw an assertion */