summaryrefslogtreecommitdiff
path: root/src/shutdown
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2020-05-05 08:19:30 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-05-05 10:23:47 +0200
commit5fe4d1b51416c2fde35fc5ca0d3edf08844173a5 (patch)
treeea7214b222432aaa600053c69ca3739d39a3c5fc /src/shutdown
parent5c4deb9a5c29cf7b4f53009a1fb439b816cb3a34 (diff)
downloadsystemd-5fe4d1b51416c2fde35fc5ca0d3edf08844173a5.tar.gz
shutdown: fix spacing in shutdown error message
Diffstat (limited to 'src/shutdown')
-rw-r--r--src/shutdown/shutdown.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shutdown/shutdown.c b/src/shutdown/shutdown.c
index be8ae75e04..06c9710c6e 100644
--- a/src/shutdown/shutdown.c
+++ b/src/shutdown/shutdown.c
@@ -525,7 +525,7 @@ int main(int argc, char *argv[]) {
}
if (need_umount || need_swapoff || need_loop_detach || need_dm_detach)
- log_error("Failed to finalize %s%s%s%s ignoring",
+ log_error("Failed to finalize%s%s%s%s ignoring.",
need_umount ? " file systems," : "",
need_swapoff ? " swap devices," : "",
need_loop_detach ? " loop devices," : "",