summaryrefslogtreecommitdiffstats
path: root/tools/lib/h5diff_array.c
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-01-29 21:39:25 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-01-29 21:39:25 (GMT)
commitc5e2d975734d6e7a88fb48b76ec7e11d0a7763de (patch)
tree4e71abdc2784be2af5af67d618de3aa8b2bc26c2 /tools/lib/h5diff_array.c
parent1eb6a4512ba275681b075e96c7be92511a6b8b2b (diff)
downloadhdf5-c5e2d975734d6e7a88fb48b76ec7e11d0a7763de.zip
hdf5-c5e2d975734d6e7a88fb48b76ec7e11d0a7763de.tar.gz
hdf5-c5e2d975734d6e7a88fb48b76ec7e11d0a7763de.tar.bz2
Small fixes for tools and skip autotools tests for no filter
Diffstat (limited to 'tools/lib/h5diff_array.c')
-rw-r--r--tools/lib/h5diff_array.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/tools/lib/h5diff_array.c b/tools/lib/h5diff_array.c
index a2e0d21..52bae51 100644
--- a/tools/lib/h5diff_array.c
+++ b/tools/lib/h5diff_array.c
@@ -371,9 +371,7 @@ hsize_t diff_array(void *_mem1, void *_mem2, hsize_t nelmts, hsize_t hyper_start
} /* i */
close_member_types(&members);
} /* switch */
- H5TOOLS_DEBUG("diff_array finish:%d - errstat:%d", nfound, opts->err_stat);
-
- H5TOOLS_ENDDEBUG(": %d", nfound);
+ H5TOOLS_ENDDEBUG(":%d - errstat:%d", nfound, opts->err_stat);
return nfound;
}
@@ -2216,9 +2214,7 @@ diff_datum(void *_mem1, void *_mem2, hid_t m_type, hsize_t idx, int rank,
done:
opts->err_stat = opts->err_stat | ret_value;
- H5TOOLS_DEBUG("diff_datum finish:%d - errstat:%d", nfound, opts->err_stat);
-
- H5TOOLS_ENDDEBUG("");
+ H5TOOLS_ENDDEBUG(":%d - errstat:%d", nfound, opts->err_stat);
return nfound;
}