From 89d3461a00ef5f5cc0b599f86cafedf96f6b51b6 Mon Sep 17 00:00:00 2001 From: David Young Date: Fri, 20 Sep 2019 11:28:10 -0500 Subject: Revise a warning puts() to be more hopeful about VFD SWMR and multi/split compatibility. --- test/page_buffer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- cgit v0.12