summaryrefslogtreecommitdiffstats
path: root/src/H5R.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5R.c')
-rw-r--r--src/H5R.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5R.c b/src/H5R.c
index 25c38db..3cbba0a 100644
--- a/src/H5R.c
+++ b/src/H5R.c
@@ -891,7 +891,7 @@ H5Rget_obj_type(hid_t id, H5R_type_t ref_type, void *_ref)
hid_t ret_value = H5G_UNKNOWN;
FUNC_ENTER(H5Rget_obj_type, H5G_UNKNOWN);
- H5TRACE2("Is","ix",id,_ref);
+ H5TRACE3("Is","iRtx",id,ref_type,_ref);
/* Check args */
if (NULL == (loc = H5G_loc(id)))