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 253ed8d..f83db67 100644
--- a/src/H5O.c
+++ b/src/H5O.c
@@ -556,6 +556,7 @@ H5Oexists(hid_t loc_id, const char *name, hid_t lapl_id)
hid_t ret_value = FAIL; /* Return value */
FUNC_ENTER_API(H5Oexists, FAIL)
+ H5TRACE3("t", "i*si", loc_id, name, lapl_id);
/* Check args */
if(H5G_loc(loc_id, &loc) < 0)