summaryrefslogtreecommitdiffstats
path: root/src/H5O.c
diff options
context:
space:
mode:
authorHDF Tester <hdftest@hdfgroup.org>2010-02-07 12:35:22 (GMT)
committerHDF Tester <hdftest@hdfgroup.org>2010-02-07 12:35:22 (GMT)
commit9daa1a55cdce6b06ffd7cbc262eb36704032db73 (patch)
tree5a17394f7c1c42cbe519085e08b21173986b7431 /src/H5O.c
parentc462a2ec1f5af1f57935be0caa1209f0ae9d63c4 (diff)
downloadhdf5-9daa1a55cdce6b06ffd7cbc262eb36704032db73.zip
hdf5-9daa1a55cdce6b06ffd7cbc262eb36704032db73.tar.gz
hdf5-9daa1a55cdce6b06ffd7cbc262eb36704032db73.tar.bz2
[svn-r18217] Snapshot version 1.9 release 60
Diffstat (limited to 'src/H5O.c')
-rw-r--r--src/H5O.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5O.c b/src/H5O.c
index 253ed8d..f83db67 100644
--- a/src/H5O.c
+++ b/src/H5O.c
@@ -556,6 +556,7 @@ H5Oexists(hid_t loc_id, const char *name, hid_t lapl_id)
hid_t ret_value = FAIL; /* Return value */
FUNC_ENTER_API(H5Oexists, FAIL)
+ H5TRACE3("t", "i*si", loc_id, name, lapl_id);
/* Check args */
if(H5G_loc(loc_id, &loc) < 0)