aboutsummaryrefslogtreecommitdiff
path: root/test/validation/api/scheduler/scheduler_no_predef_groups.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/validation/api/scheduler/scheduler_no_predef_groups.c')
-rw-r--r--test/validation/api/scheduler/scheduler_no_predef_groups.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/validation/api/scheduler/scheduler_no_predef_groups.c b/test/validation/api/scheduler/scheduler_no_predef_groups.c
index 3dd79ebcc..1b941ac61 100644
--- a/test/validation/api/scheduler/scheduler_no_predef_groups.c
+++ b/test/validation/api/scheduler/scheduler_no_predef_groups.c
@@ -139,7 +139,7 @@ static int scheduler_suite_init(void)
odp_schedule_config_t sched_config;
if (odp_schedule_capability(&sched_capa)) {
- printf("odp_schedule_capability() failed\n");
+ ODPH_ERR("odp_schedule_capability() failed\n");
return -1;
}
@@ -152,7 +152,7 @@ static int scheduler_suite_init(void)
/* Configure the scheduler. All test cases share the config. */
if (odp_schedule_config(&sched_config)) {
- printf("odp_schedule_config() failed.\n");
+ ODPH_ERR("odp_schedule_config() failed\n");
return -1;
}