summaryrefslogtreecommitdiffstats
path: root/src/H5O.c
diff options
context:
space:
mode:
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 c4b498df..1303976 100644
--- a/src/H5O.c
+++ b/src/H5O.c
@@ -498,6 +498,7 @@ H5Odecr_refcount(hid_t object_id)
int ret_value;
FUNC_ENTER_API(H5Odecr_refcount, FAIL)
+ H5TRACE1("Is","i",object_id);
/* Get the object's oloc so we can adjust its link count */
if((oloc = H5O_get_oloc(object_id)) == NULL)