From 83fe4468bc3b0d9008ea3a4768bceee42895b510 Mon Sep 17 00:00:00 2001 From: Gedare Bloom Date: Mon, 23 Feb 2015 09:59:49 -0500 Subject: psxtests: add string param to printf. closes #2241 --- testsuites/psxtests/psx09/init.c | 2 +- testsuites/psxtests/psx12/init.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/testsuites/psxtests/psx09/init.c b/testsuites/psxtests/psx09/init.c index eace61a4a2..15c1e4841b 100644 --- a/testsuites/psxtests/psx09/init.c +++ b/testsuites/psxtests/psx09/init.c @@ -45,7 +45,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 } 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 } -- cgit v1.2.3