summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJim Jagielski <jim@apache.org>2017-04-04 17:47:50 +0000
committerJim Jagielski <jim@apache.org>2017-04-04 17:47:50 +0000
commit8b7c0dc12fdaad190e8b72906a31427473cb9548 (patch)
tree869bdeb5de57cf4ee86cee7b936c6594d1e1283f /test
parent0f7dd0856674b610f0873ff46a5a6d2225a31c01 (diff)
downloadapr-8b7c0dc12fdaad190e8b72906a31427473cb9548.tar.gz
make this more obvious
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/1.6.x@1790150 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test')
-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) {