From e2438029ab82a4234108073442912919a74e33dd Mon Sep 17 00:00:00 2001 From: iliajie Date: Sat, 22 Oct 2022 13:40:57 +0300 Subject: [PATCH] Fir to preformat error message --- init/init-lib.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init/init-lib.pl b/init/init-lib.pl index 742345b35..c89b6a862 100755 --- a/init/init-lib.pl +++ b/init/init-lib.pl @@ -2204,7 +2204,7 @@ while(@units) { $ecount++ if ($?); } if ($ecount && keys(%info) < 2) { - &error("Failed to read systemd units : $out"); + &error("Failed to read systemd units :
$out
"); } # Extract info we want