From 90db3412d4574977cc12656c5b84785c24004d57 Mon Sep 17 00:00:00 2001 From: Robb Matzke Date: Fri, 9 Aug 2002 09:55:41 -0500 Subject: [svn-r5863] ./hdf5-devel/src/H5T.c Purpose: Merged from 1.4 branch Description: API tracing improvements Platforms tested: Linux (--disable-hsizet didn't work before my changes and still doesn't work, but --enable-hsizet is fine). Note: This checkin includes temporary code in H5FDmpiposix.c to turn off GPFS byte range token prefetches on ASCI/Blue. Once the HDF5 API supports the necessary prerequisite functionality this temporary code can be migraged up above HDF5. --- src/H5T.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/H5T.c b/src/H5T.c index ab48191..77ed665 100644 --- a/src/H5T.c +++ b/src/H5T.c @@ -4318,7 +4318,7 @@ H5Tget_member_value(hid_t type, int membno, void *value/*out*/) herr_t ret_value=SUCCEED; /* Return value */ FUNC_ENTER_API(H5Tget_member_value, FAIL); - H5TRACE3("i","iIsx",type,membno,value); + H5TRACE3("e","iIsx",type,membno,value); if (NULL==(dt=H5I_object_verify(type,H5I_DATATYPE))) HGOTO_ERROR(H5E_ARGS, H5E_BADTYPE, FAIL, "not a data type"); -- cgit v0.12