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:
parent
1f19162b7a
commit
4709abc48a
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue