summaryrefslogtreecommitdiffstats
path: root/src/H5Rdeprec.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Rdeprec.c')
-rw-r--r--src/H5Rdeprec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Rdeprec.c b/src/H5Rdeprec.c
index 3217062..ac5e61a 100644
--- a/src/H5Rdeprec.c
+++ b/src/H5Rdeprec.c
@@ -189,6 +189,7 @@ H5Rdereference1(hid_t obj_id, H5R_type_t ref_type, const void *_ref)
hid_t ret_value;
FUNC_ENTER_API(H5Rdereference1, FAIL)
+ H5TRACE3("i", "iRt*x", obj_id, ref_type, _ref);
/* Check args */
if(H5G_loc(obj_id, &loc) < 0)