summaryrefslogtreecommitdiffstats
path: root/src/H5D.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5D.c')
-rw-r--r--src/H5D.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5D.c b/src/H5D.c
index e0523de..af4a188 100644
--- a/src/H5D.c
+++ b/src/H5D.c
@@ -2658,6 +2658,7 @@ H5Diterate(void *buf, hid_t type_id, hid_t space_id, H5D_operator_t operator,
herr_t ret_value=FAIL;
FUNC_ENTER(H5Diterate, FAIL);
+ H5TRACE5("e","xiixx",buf,type_id,space_id,operator,operator_data);
/* Check args */
if (NULL==operator)