summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psx12/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psx12/init.c')
-rw-r--r--testsuites/psxtests/psx12/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/psxtests/psx12/init.c b/testsuites/psxtests/psx12/init.c
index a27f3b0b6a..410a141335 100644
--- a/testsuites/psxtests/psx12/init.c
+++ b/testsuites/psxtests/psx12/init.c
@@ -41,7 +41,7 @@ void print_schedparam(
schedparam->sched_ss_init_budget.tv_sec,
schedparam->sched_ss_init_budget.tv_nsec );
#else
- printf( "%s_POSIX_SPORADIC_SERVER is not defined\n" );
+ printf( "%s_POSIX_SPORADIC_SERVER is not defined\n", prefix );
#endif
}