shutdown: fix spacing in shutdown error message

This commit is contained in:
Lennart Poettering 2020-05-05 08:19:30 +02:00 committed by Zbigniew Jędrzejewski-Szmek
parent 5c4deb9a5c
commit 5fe4d1b514
1 changed files with 1 additions and 1 deletions

View File

@ -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," : "",