cgroups: improve logging

parent 033267c9
...@@ -504,7 +504,7 @@ static struct hierarchy *add_hierarchy(struct cgroup_ops *ops, ...@@ -504,7 +504,7 @@ static struct hierarchy *add_hierarchy(struct cgroup_ops *ops,
TRACE("Adding cgroup hierarchy with mountpoint %s and base cgroup %s %s", TRACE("Adding cgroup hierarchy with mountpoint %s and base cgroup %s %s",
mountpoint, container_base_path, mountpoint, container_base_path,
clist ? "with controllers " : "without any controllers"); (clist && *clist) ? "with controllers " : "without any controllers");
for (char *const *it = clist; it && *it; it++) for (char *const *it = clist; it && *it; it++)
TRACE("%s", *it); TRACE("%s", *it);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment