]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
shutdown: fix spacing in shutdown error message
authorLennart Poettering <lennart@poettering.net>
Tue, 5 May 2020 06:19:30 +0000 (08:19 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 5 May 2020 08:23:47 +0000 (10:23 +0200)
src/shutdown/shutdown.c

index be8ae75e04ab72488d7703cf68a05cdd8bdd679a..06c9710c6e329ad7837a72519656bf169709396e 100644 (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," : "",