mirror of
https://github.com/systemd/systemd.git
synced 2024-12-22 17:35:35 +03:00
shutdown: fix spacing in shutdown error message
This commit is contained in:
parent
5c4deb9a5c
commit
5fe4d1b514
@ -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," : "",
|
||||
|
Loading…
Reference in New Issue
Block a user