summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psx07/init.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2015-01-23 09:46:48 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2015-01-23 09:46:48 -0600
commit80bfd3abee002d705da1cf8f81bfacd8fc807e85 (patch)
treee4998eae8f223f4eac82b1177da6628c5d8525f0 /testsuites/psxtests/psx07/init.c
parentmcf5206elite/include/i2c.h: Fix spelling error (diff)
downloadrtems-80bfd3abee002d705da1cf8f81bfacd8fc807e85.tar.bz2
psx07: Add missing parameter to printf() call
Close 2241. Conflicts: testsuites/psxtests/psx07/init.c
Diffstat (limited to 'testsuites/psxtests/psx07/init.c')
-rw-r--r--testsuites/psxtests/psx07/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/psxtests/psx07/init.c b/testsuites/psxtests/psx07/init.c
index f2d4b99cd3..be5208b32f 100644
--- a/testsuites/psxtests/psx07/init.c
+++ b/testsuites/psxtests/psx07/init.c
@@ -43,7 +43,7 @@ void print_schedparam(
schedparam->sched_ss_init_budget.tv_sec,
schedparam->sched_ss_init_budget.tv_nsec );
#else
- printf( "_POSIX_SPORADIC_SERVER is not defined\n" );
+ printf( "%s_POSIX_SPORADIC_SERVER is not defined\n", prefix );
#endif
}