chiark / gitweb /
core: make SYSTEMD_CGROUP_CONTROLLER a special string
[elogind.git] / src / core / cgroup.c
index e306b8bceef179c59503ef700b9524ccc68b18d3..8f6e5e072a9a55ebe6575785d26284796b87a8a8 100644 (file)
@@ -1806,7 +1806,7 @@ int manager_setup_cgroup(Manager *m) {
         else if (cg_unified(SYSTEMD_CGROUP_CONTROLLER))
                 log_debug("Unified cgroup hierarchy is located at %s. Controllers are on legacy hierarchies.", path);
         else
-                log_debug("Using cgroup controller " SYSTEMD_CGROUP_CONTROLLER ". File system hierarchy is at %s.", path);
+                log_debug("Using cgroup controller " SYSTEMD_CGROUP_CONTROLLER_LEGACY ". File system hierarchy is at %s.", path);
 
         if (!m->test_run) {
                 const char *scope_path;