chiark / gitweb /
use "Out of memory." consistantly (or with "\n")
[elogind.git] / src / core / cgroup.c
index aaea96b820a595069e26d96195d9a2b0785a63ec..1322f63eeef3647c9f361b6b597c0025a818d7d6 100644 (file)
@@ -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;
                 }