From 078720a76f275fc7858d6a02a9c7dbe9df5127f1 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Mon, 11 Jul 2016 10:25:13 +0200 Subject: tests: add chrt test Signed-off-by: Karel Zak --- schedutils/chrt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'schedutils') diff --git a/schedutils/chrt.c b/schedutils/chrt.c index 202ce2526..e934275d7 100644 --- a/schedutils/chrt.c +++ b/schedutils/chrt.c @@ -308,10 +308,10 @@ static void show_min_max(void) int min = sched_get_priority_min(plc); if (max >= 0 && min >= 0) - printf(_("SCHED_%s min/max priority\t: %d/%d\n"), + printf(_("%s min/max priority\t: %d/%d\n"), get_policy_name(plc), min, max); else - printf(_("SCHED_%s not supported?\n"), get_policy_name(plc)); + printf(_("%s not supported?\n"), get_policy_name(plc)); } } -- cgit v1.2.3-55-g7522