On 03/22/2012 05:21 AM, tangchen wrote:

Looks good to me also. Applied:

https://github.com/autotest/autotest/commit/942a05eec963cf61d0252ea35a09ae84250a3279

Thanks!

> Signed-off-by: Tang Chen<tangc...@cn.fujitsu.com>
> ---
>   client/virt/libvirt_vm.py |    2 +-
>   1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/client/virt/libvirt_vm.py b/client/virt/libvirt_vm.py
> index 9a93880..d05a169 100644
> --- a/client/virt/libvirt_vm.py
> +++ b/client/virt/libvirt_vm.py
> @@ -174,7 +174,7 @@ def virsh_screenshot(name, filename, uri = ""):
>           virsh_cmd("screenshot %s %s" % (name, filename), uri)
>       except error.CmdError, detail:
>           logging.error("Error taking VM %s screenshot. You might have to set 
> "
> -                      "take_regular_screenshots=no on your tests.cfg config "
> +                      "take_regular_screendumps=no on your tests.cfg config "
>                         "file \n%s", name, detail)
>       return filename
>

_______________________________________________
Autotest mailing list
Autotest@test.kernel.org
http://test.kernel.org/cgi-bin/mailman/listinfo/autotest

Reply via email to