Acked-by: Jiří Župka <[email protected]>

----- Original Message -----
> Signed-off-by: Lucas Meneghel Rodrigues <[email protected]>
> ---
>  client/virt/ovirt.py | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/client/virt/ovirt.py b/client/virt/ovirt.py
> index 0faad2e..ad539bd 100644
> --- a/client/virt/ovirt.py
> +++ b/client/virt/ovirt.py
> @@ -11,8 +11,7 @@ try:
>      from ovirtsdk.api import API
>      from ovirtsdk.xml import params as param
>  except ImportError:
> -    logging.error("ovirtsdk module isn't present, please run
> install.py "
> -                  "to build and install it")
> +    logging.info("ovirtsdk module not present, please install it")
>  
>  from autotest.client.virt import virt_vm
>  
> --
> 1.7.11.4
> 
> _______________________________________________
> Autotest-kernel mailing list
> [email protected]
> https://www.redhat.com/mailman/listinfo/autotest-kernel
> 

_______________________________________________
Autotest-kernel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/autotest-kernel

Reply via email to