summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/testmutexscope.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testmutexscope.c b/test/testmutexscope.c
index 808135773..2120fff24 100644
--- a/test/testmutexscope.c
+++ b/test/testmutexscope.c
@@ -155,7 +155,7 @@ static void test_mech_mode(apr_lockmech_e mech, const char *mech_name,
if (test_mode == TEST_PROC) {
printf(" mutex mechanism `%s' is %sglobal in scope on this platform.\n",
- mech_name, counter == 1 ? "" : "not ");
+ mech_name, counter == 1 ? "" : "*NOT* ");
}
else {
if (counter != 1) {