summaryrefslogtreecommitdiffstats
path: root/test/vfd_swmr_writer.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/vfd_swmr_writer.c')
-rw-r--r--test/vfd_swmr_writer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/vfd_swmr_writer.c b/test/vfd_swmr_writer.c
index 4ebf092..66a412e 100644
--- a/test/vfd_swmr_writer.c
+++ b/test/vfd_swmr_writer.c
@@ -187,7 +187,7 @@ add_records(hid_t fid, hbool_t verbose, FILE *verbose_file, unsigned long nrecor
hid_t file_sid; /* Dataset's space ID */
/* Get a random dataset, according to the symbol distribution */
- symbol = choose_dataset(NULL, NULL);
+ symbol = choose_dataset(NULL, NULL, verbose);
/* Set the record's ID (equal to its position) */
record.rec_id = symbol->nrecords;