mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
shutdown: fix spacing in shutdown error message
This commit is contained in:
committed by
Zbigniew Jędrzejewski-Szmek
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," : "",
|
||||
|
||||
Reference in New Issue
Block a user