summaryrefslogtreecommitdiffstats
path: root/src/H5G.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2003-10-14 15:46:38 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2003-10-14 15:46:38 (GMT)
commite2518919c959dbf1bdb0890151cae91293e0594d (patch)
tree8a436ae57a310fdce030f1d15ec6084724524785 /src/H5G.c
parenta34ed1f634081df2e6b8e7295eac73d3e31e7346 (diff)
downloadhdf5-e2518919c959dbf1bdb0890151cae91293e0594d.zip
hdf5-e2518919c959dbf1bdb0890151cae91293e0594d.tar.gz
hdf5-e2518919c959dbf1bdb0890151cae91293e0594d.tar.bz2
[svn-r7626] Purpose:
Update dependencies and tracing information Platforms tested: Linux 2.4 (verbena) w/FORTRAN too minor for h5committest
Diffstat (limited to 'src/H5G.c')
-rw-r--r--src/H5G.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5G.c b/src/H5G.c
index 92cfa51..165b535 100644
--- a/src/H5G.c
+++ b/src/H5G.c
@@ -559,7 +559,7 @@ H5Gget_objtype_by_idx(hid_t loc_id, hsize_t idx)
H5G_obj_t ret_value;
FUNC_ENTER_API(H5Gget_objtype_by_idx, H5G_UNKNOWN);
- H5TRACE2("Is","ih",loc_id,idx);
+ H5TRACE2("Go","ih",loc_id,idx);
/* Check args */
if (NULL==(loc=H5G_loc (loc_id)))