diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2001-12-22 20:13:44 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2001-12-22 20:13:44 (GMT) |
commit | bb0692aff25e35793dccf071a752f5b7faf1ae9a (patch) | |
tree | 8b57fd3b87c9526837687f31739e551366b00d46 /src/H5R.c | |
parent | 6ba2c123e617ea19bffc3f716d6256e935e78eb0 (diff) | |
download | hdf5-bb0692aff25e35793dccf071a752f5b7faf1ae9a.zip hdf5-bb0692aff25e35793dccf071a752f5b7faf1ae9a.tar.gz hdf5-bb0692aff25e35793dccf071a752f5b7faf1ae9a.tar.bz2 |
[svn-r4756] Purpose:
Code Cleanup
Description:
Updated function tracing information
Platforms tested:
Linux 2.2.x (eirene)
Diffstat (limited to 'src/H5R.c')
-rw-r--r-- | src/H5R.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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))) |