From: Lennart Poettering Date: Tue, 5 May 2020 06:19:30 +0000 (+0200) Subject: shutdown: fix spacing in shutdown error message X-Git-Tag: v246-rc1~449 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5fe4d1b51416c2fde35fc5ca0d3edf08844173a5;p=thirdparty%2Fsystemd.git shutdown: fix spacing in shutdown error message --- diff --git a/src/shutdown/shutdown.c b/src/shutdown/shutdown.c index be8ae75e04a..06c9710c6e3 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," : "",