summaryrefslogtreecommitdiffstats
path: root/tools/h5repack/h5repack_verify.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/h5repack/h5repack_verify.c')
-rw-r--r--tools/h5repack/h5repack_verify.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/h5repack/h5repack_verify.c b/tools/h5repack/h5repack_verify.c
index bbf0492..61529e3 100644
--- a/tools/h5repack/h5repack_verify.c
+++ b/tools/h5repack/h5repack_verify.c
@@ -183,6 +183,11 @@ int h5repack_verify(const char *fname,
if ((dcpl_id=H5Dget_create_plist(dset_id))<0)
goto error;
+ if (options->verbose) {
+ printf(" %-10s %s\n", "dataset",name );
+ print_filters(dcpl_id);
+ }
+
/*-------------------------------------------------------------------------
* filter check
*-------------------------------------------------------------------------
@@ -251,6 +256,10 @@ int h5repack_verify(const char *fname,
if ((dcpl_id=H5Dget_create_plist(dset_id))<0)
goto error;
+ if (options->verbose) {
+ printf(" %-10s %s\n", "dataset",name );
+ print_filters(dcpl_id);
+ }
/*-------------------------------------------------------------------------
* filter check
*-------------------------------------------------------------------------