From 4709abc48a97337dfb18fed2f464ba336b8e26f5 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Sun, 28 May 2017 18:57:31 +0200 Subject: [PATCH] rt: change warning message --- lib/kernel/rt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/kernel/rt.c b/lib/kernel/rt.c index 23929d4ed..c4a403a80 100644 --- a/lib/kernel/rt.c +++ b/lib/kernel/rt.c @@ -51,7 +51,7 @@ int rt_init(int priority, int affinity) if (affinity) rt_set_affinity(affinity); else - warn("You should use the 'affinity' setting to pin VILLASnode to dedicate CPU cores"); + warn("You might want to use the 'affinity' setting to pin VILLASnode to dedicate CPU cores"); }