summaryrefslogtreecommitdiffstats
path: root/test/page_buffer.c
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2019-09-20 16:28:10 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2019-09-20 19:08:52 (GMT)
commit89d3461a00ef5f5cc0b599f86cafedf96f6b51b6 (patch)
tree9a94bf6bcc6d340676a84dadfb92b2db5cbceae0 /test/page_buffer.c
parent752fb97ef320bf002c10e40a86c9299c9286f7b4 (diff)
downloadhdf5-89d3461a00ef5f5cc0b599f86cafedf96f6b51b6.zip
hdf5-89d3461a00ef5f5cc0b599f86cafedf96f6b51b6.tar.gz
hdf5-89d3461a00ef5f5cc0b599f86cafedf96f6b51b6.tar.bz2
Revise a warning puts() to be more hopeful about VFD SWMR and
multi/split compatibility.
Diffstat (limited to 'test/page_buffer.c')
-rw-r--r--test/page_buffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/page_buffer.c b/test/page_buffer.c
index e5a52f3..c820a44 100644
--- a/test/page_buffer.c
+++ b/test/page_buffer.c
@@ -2682,7 +2682,7 @@ main(void)
SKIPPED()
HDputs("Skip page buffering test because paged aggregation is disabled for multi/split drivers");
- HDputs("Furthermore, VFD SWMR is not expected to work with multi/split drivers");
+ HDputs("Furthermore, VFD SWMR is not (yet) expected to work with multi/split drivers");
HDexit(EXIT_SUCCESS);
} /* end if */