mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-06 17:20:42 +08:00
[svn-r13994] Description:
Add a bit more information to the log VFD settings. Tested on: FreeBSD/32 6.2 (duty) w/check-vfd
This commit is contained in:
parent
d9cbd866d9
commit
0061212eca
@ -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")))
|
||||
|
Loading…
x
Reference in New Issue
Block a user