Module: tools
Branch: master
Commit: b65f81e0770dab83249bd472c7c5feb3e57267ec
URL: https://source.winehq.org/git/tools.git/?a=commit;h=b65f81e0770dab83249bd47…
Author: Francois Gouget <fgouget(a)codeweavers.com>
Date: Mon May 14 13:21:49 2018 +0200
testbot: Tweak the 'Putting VM offline' email.
Emphasize that the TestBot is still monitoring the VM.
Signed-off-by: Francois Gouget <fgouget(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)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 5d60dde..f9a43bb 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;
}