diff options
author | Lennart Poettering <lennart@poettering.net> | 2020-05-05 08:19:30 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-05-05 10:23:47 +0200 |
commit | 5fe4d1b51416c2fde35fc5ca0d3edf08844173a5 (patch) | |
tree | ea7214b222432aaa600053c69ca3739d39a3c5fc /src/shutdown | |
parent | 5c4deb9a5c29cf7b4f53009a1fb439b816cb3a34 (diff) | |
download | systemd-5fe4d1b51416c2fde35fc5ca0d3edf08844173a5.tar.gz |
shutdown: fix spacing in shutdown error message
Diffstat (limited to 'src/shutdown')
-rw-r--r-- | src/shutdown/shutdown.c | 2 |
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," : "", |