summaryrefslogtreecommitdiff
path: root/src/shutdownd
diff options
context:
space:
mode:
Diffstat (limited to 'src/shutdownd')
-rw-r--r--src/shutdownd/shutdownd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shutdownd/shutdownd.c b/src/shutdownd/shutdownd.c
index 6eb8ed9bf8..9dd1336133 100644
--- a/src/shutdownd/shutdownd.c
+++ b/src/shutdownd/shutdownd.c
@@ -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;
}