mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
hoitaja: Print affinity of newly created cell to log.
This commit is contained in:
@@ -55,7 +55,7 @@ class Hoitaja::Cell : public ::Sandbox::Child
|
|||||||
{
|
{
|
||||||
_priority = ::Sandbox::priority_from_xml(start_node, prio_levels);
|
_priority = ::Sandbox::priority_from_xml(start_node, prio_levels);
|
||||||
_priority = (_priority == 0) ? 1 : _priority;
|
_priority = (_priority == 0) ? 1 : _priority;
|
||||||
Genode::log("Creating new cell at Hoitaja <", name(), ">");
|
Genode::log("Creating new cell at Hoitaja <", name(), "> at ", location, " in ", affinity_space);
|
||||||
}
|
}
|
||||||
|
|
||||||
virtual ~Cell() { };
|
virtual ~Cell() { };
|
||||||
|
|||||||
Reference in New Issue
Block a user