[tools] testbot/LibvirtTool: Add a trailing linefeed to a log message.

Francois Gouget fgouget at codeweavers.com
Fri Jun 17 09:50:12 CDT 2022


Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
 testbot/bin/LibvirtTool.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testbot/bin/LibvirtTool.pl b/testbot/bin/LibvirtTool.pl
index a9622de7d8..d087b3583e 100755
--- a/testbot/bin/LibvirtTool.pl
+++ b/testbot/bin/LibvirtTool.pl
@@ -461,7 +461,7 @@ sub Monitor()
       # does not exist. But only revert can tell. For this reason, let revert
       # announce when the VM works again.
       return 1 if (ChangeStatus("offline", "off", "done"));
-      LogMsg("Switching $VMKey from offline to off after ". PrettyElapsed($Start) .".");
+      LogMsg("Switching $VMKey from offline to off after ". PrettyElapsed($Start) .".\n");
       return 0;
     }
 
-- 
2.30.2




More information about the wine-devel mailing list