summaryrefslogtreecommitdiffstats
path: root/src/H5R.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5R.c')
-rw-r--r--src/H5R.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5R.c b/src/H5R.c
index 49ef357..68ddc91 100644
--- a/src/H5R.c
+++ b/src/H5R.c
@@ -527,6 +527,7 @@ H5Rdereference2(hid_t obj_id, hid_t oapl_id, H5R_type_t ref_type, const void *_r
hid_t ret_value;
FUNC_ENTER_API(H5Rdereference2, FAIL)
+ H5TRACE4("i", "iiRt*x", obj_id, oapl_id, ref_type, _ref);
/* Check args */
if(H5G_loc(obj_id, &loc) < 0)