diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2007-07-21 05:59:55 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2007-07-21 05:59:55 (GMT) |
commit | 0061212eca2f16bd2f310649912982ad1fc0e330 (patch) | |
tree | 65b9d010153a9bfb6ba71a75b579d713f32d4adb /test | |
parent | d9cbd866d906296a02bd7065fd693483926f84c7 (diff) | |
download | hdf5-0061212eca2f16bd2f310649912982ad1fc0e330.zip hdf5-0061212eca2f16bd2f310649912982ad1fc0e330.tar.gz hdf5-0061212eca2f16bd2f310649912982ad1fc0e330.tar.bz2 |
[svn-r13994] Description:
Add a bit more information to the log VFD settings.
Tested on:
FreeBSD/32 6.2 (duty) w/check-vfd
Diffstat (limited to 'test')
-rw-r--r-- | test/h5test.c | 2 |
1 files changed, 1 insertions, 1 deletions
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"))) |