Re: [PATCH] libvirt: fix error message when connection can't be opened

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 02/26/2013 05:05 AM, Ján Tomko wrote:
> VIR_ERR_NO_CONNECT already contains "no connection driver available".
> 
> This patch changes:
> no connection driver available for No connection for URI hello
> to:
> no connection driver available for hello
> 
> Bug: https://bugzilla.redhat.com/show_bug.cgi?id=851413
> ---
>  src/libvirt.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

ACK.

> 
> diff --git a/src/libvirt.c b/src/libvirt.c
> index 934997a..8a28e4a 100644
> --- a/src/libvirt.c
> +++ b/src/libvirt.c
> @@ -1216,7 +1216,7 @@ do_open(const char *name,
>      if (!ret->driver) {
>          /* If we reach here, then all drivers declined the connection. */
>          virLibConnError(VIR_ERR_NO_CONNECT,
> -                        _("No connection for URI %s"),
> +                        "%s",
>                          NULLSTR(name));
>          goto failed;
>      }
> 

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature

--
libvir-list mailing list
libvir-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvir-list

[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]