[Libguestfs] [PATCH] virt-v2v: Fix typo in Windows conversion warning message

Matthew Booth mbooth at redhat.com
Tue Jan 7 10:51:33 UTC 2014


On 03/01/14 20:37, Mike Latimer wrote:
> ---
>  lib/Sys/VirtConvert/Converter/Windows.pm | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/lib/Sys/VirtConvert/Converter/Windows.pm b/lib/Sys/VirtConvert/Converter/Windows.pm
> index 765ed9f..59d273f 100644
> --- a/lib/Sys/VirtConvert/Converter/Windows.pm
> +++ b/lib/Sys/VirtConvert/Converter/Windows.pm
> @@ -338,7 +338,7 @@ sub _prepare_virtio_drivers
>                           'configured with a {block} block storage '.
>                           'adapter, but no driver will be installed for '.
>                           'it. If the {block} driver is not already '.
> -                         'installed in the guest, it will fail to boot.'.
> +                         'installed in the guest, it will fail to boot.',
>                           block => $block);
>      }
>  
> 

You'd think syntax checking would catch this sort of bug :/ ACK.

Matt
-- 
Matthew Booth, RHCA, RHCSS
Red Hat Engineering, Virtualisation Team

GPG ID:  D33C3490
GPG FPR: 3733 612D 2D05 5458 8A8A 1600 3441 EA19 D33C 3490




More information about the Libguestfs mailing list