summaryrefslogtreecommitdiffstats
path: root/test/vfd_swmr_reader.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/vfd_swmr_reader.c')
-rw-r--r--test/vfd_swmr_reader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/vfd_swmr_reader.c b/test/vfd_swmr_reader.c
index ea923e1..b2044ce 100644
--- a/test/vfd_swmr_reader.c
+++ b/test/vfd_swmr_reader.c
@@ -289,7 +289,7 @@ read_records(const char *filename, hbool_t verbose, FILE *verbose_file, unsigned
symbol_info_t *sym; /* Symbol to use */
/* Determine the symbol, within all symbols */
- if (NULL == (sym = choose_dataset(NULL, NULL)))
+ if (NULL == (sym = choose_dataset(NULL, NULL, verbose)))
return -1;
sym_rand[v] = sym;