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 eb52354..3a0d024 100644
--- a/src/H5D.c
+++ b/src/H5D.c
@@ -4018,6 +4018,7 @@ H5Dset_extent(hid_t dset_id, const hsize_t *size)
H5D_t *dset = NULL;
FUNC_ENTER(H5Dset_extent, FAIL);
+ H5TRACE2("e","i*h",dset_id,size);
/* Check args */
if(H5I_DATASET != H5I_get_type(dset_id)