X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fcore%2Fcgroup.c;h=1322f63eeef3647c9f361b6b597c0025a818d7d6;hp=aaea96b820a595069e26d96195d9a2b0785a63ec;hb=669241a076108e0483d7d8475beaa506106d077e;hpb=b7def684941808600c344f0be7a2b9fcdda97e0f diff --git a/src/core/cgroup.c b/src/core/cgroup.c index aaea96b82..1322f63ee 100644 --- a/src/core/cgroup.c +++ b/src/core/cgroup.c @@ -330,7 +330,7 @@ int manager_setup_cgroup(Manager *m) { /* We need a new root cgroup */ m->cgroup_hierarchy = NULL; if (asprintf(&m->cgroup_hierarchy, "%s%s", streq(current, "/") ? "" : current, suffix) < 0) { - log_error("Out of memory"); + log_error("Out of memory."); r = -ENOMEM; goto finish; }