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 52670e0..83be25b 100644
--- a/src/H5R.c
+++ b/src/H5R.c
@@ -739,7 +739,7 @@ H5Rget_obj_type(hid_t id, H5R_type_t ref_type, void *_ref)
H5G_obj_t ret_value;
FUNC_ENTER_API(H5Rget_obj_type, H5G_UNKNOWN);
- H5TRACE3("Is","iRtx",id,ref_type,_ref);
+ H5TRACE3("Go","iRtx",id,ref_type,_ref);
/* Check args */
if (NULL == (loc = H5G_loc(id)))