[PATCH] testbot: Tweak the 'Putting VM offline' email.

Francois Gouget fgouget at codeweavers.com
Mon May 14 06:21:49 CDT 2018


Emphasize that the TestBot is still monitoring the VM.

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 5d60dde1b..f9a43bb77 100755
--- a/testbot/bin/LibvirtTool.pl
+++ b/testbot/bin/LibvirtTool.pl
@@ -208,7 +208,7 @@ sub FatalError($)
     NotifyAdministrator("Putting the $VMKey VM offline",
                         "Could not perform the $Action operation on the $VMKey VM:\n".
                         "\n$ErrMessage\n".
-                        "The VM has been put offline.");
+                        "The VM has been put offline and the TestBot will try to regain access to it.");
   }
   exit 1;
 }
-- 
2.17.0



More information about the wine-devel mailing list