chiark / gitweb /
use "Out of memory." consistantly (or with "\n")
[elogind.git] / src / shutdownd / shutdownd.c
index 6eb8ed9bf8ee2af14d91c25613f0cd3bf88acd79..9dd13361331fefedf8bec03a7ecb867b620ee246 100644 (file)
@@ -213,7 +213,7 @@ static int update_schedule_file(struct sd_shutdown_command *c) {
 
         t = cescape(c->wall_message);
         if (!t) {
-                log_error("Out of memory");
+                log_error("Out of memory.");
                 return -ENOMEM;
         }