summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp12/pritask.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/sp12/pritask.c')
-rw-r--r--testsuites/sptests/sp12/pritask.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/sptests/sp12/pritask.c b/testsuites/sptests/sp12/pritask.c
index 6aec7d4b29..c825c0c3f3 100644
--- a/testsuites/sptests/sp12/pritask.c
+++ b/testsuites/sptests/sp12/pritask.c
@@ -47,7 +47,7 @@ rtems_task Priority_task(
directive_failed( status, "rtems_semaphore_obtain of SM2" );
if ( its_priority < PRIORITY_INHERIT_BASE_PRIORITY ) {
- printf( "PRI%d - WHY AM I HERE? (pri=%" PRIdrtems_task_priority ")", its_index, its_priority );
+ printf( "PRI%" PRIdrtems_task_argument " - WHY AM I HERE? (pri=%" PRIdrtems_task_priority ")", its_index, its_priority );
rtems_test_exit( 0 );
}