1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

rt: change warning message

This commit is contained in:
Steffen Vogel 2017-05-28 18:57:31 +02:00
parent 1f19162b7a
commit 4709abc48a

View file

@ -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");
}