From 0061212eca2f16bd2f310649912982ad1fc0e330 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Sat, 21 Jul 2007 00:59:55 -0500 Subject: [svn-r13994] Description: Add a bit more information to the log VFD settings. Tested on: FreeBSD/32 6.2 (duty) w/check-vfd --- test/h5test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/h5test.c b/test/h5test.c index 375f71c..31ad231 100644 --- a/test/h5test.c +++ b/test/h5test.c @@ -570,7 +570,7 @@ h5_fileaccess(void) if (H5Pset_fapl_family(fapl, fam_size, H5P_DEFAULT)<0) return -1; } else if (!HDstrcmp(name, "log")) { - unsigned log_flags = H5FD_LOG_LOC_IO; + unsigned log_flags = H5FD_LOG_LOC_IO | H5FD_LOG_ALLOC; /* Log file access */ if ((val = HDstrtok(NULL, " \t\n\r"))) -- cgit v0.12