Francois Gouget : testbot/LibvirtTool: Add a trailing linefeed to a log message.

Alexandre Julliard julliard at winehq.org
Fri Jun 17 14:44:39 CDT 2022


Module: tools
Branch: master
Commit: 95c6679d9127dbd07c16ca6d3a804d69b5a9071d
URL:    https://source.winehq.org/git/tools.git/?a=commit;h=95c6679d9127dbd07c16ca6d3a804d69b5a9071d

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Fri Jun 17 16:50:12 2022 +0200

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

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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 a9622de7..d087b358 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;
     }
 




More information about the wine-cvs mailing list