[PATCH] testbot/WineRunReconfig: Tweak formatting of a notification email.

Francois Gouget fgouget at codeweavers.com
Wed Sep 25 01:51:22 CDT 2019


Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
 testbot/bin/WineRunReconfig.pl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/testbot/bin/WineRunReconfig.pl b/testbot/bin/WineRunReconfig.pl
index 05de10b46..d558654ef 100755
--- a/testbot/bin/WineRunReconfig.pl
+++ b/testbot/bin/WineRunReconfig.pl
@@ -299,8 +299,8 @@ sub FatalTAError($$)
     # since neither the VM nor the task are at fault.
     Error("$ErrMessage\n");
     NotifyAdministrator("Putting the ". $VM->Name ." VM offline",
-                        "A TestAgent operation to the ". $VM->Name ." VM failed:\n".
-                        "\n$ErrMessage\n".
+                        "A TestAgent operation to the ". $VM->Name ." VM failed:\n\n".
+                        "$ErrMessage\n\n".
                         "So the VM has been put offline and the TestBot will try to regain access to it.");
     WrapUpAndExit('queued');
   }
-- 
2.20.1




More information about the wine-devel mailing list