From bc7c5a318ca7436243a3aa9f122454086d34fac8 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Fri, 21 Apr 2000 13:55:44 -0500 Subject: [svn-r2175] Updated API tracing information. --- src/H5A.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/H5A.c b/src/H5A.c index 073e88e..bc973fb 100644 --- a/src/H5A.c +++ b/src/H5A.c @@ -1158,7 +1158,7 @@ H5Aiterate(hid_t loc_id, unsigned *attr_num, H5A_operator_t op, void *op_data) intn idx; FUNC_ENTER(H5Aiterate, FAIL); - H5TRACE4("Is","i*Iuxx",loc_id,attr_num,op,op_data); + H5TRACE4("e","i*Iuxx",loc_id,attr_num,op,op_data); /* check arguments */ if (H5I_FILE==H5I_get_type(loc_id) || -- cgit v0.12