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

Eric Blake eblake at redhat.com
Tue Feb 26 12:45:39 UTC 2013


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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 621 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20130226/82ceeed4/attachment-0001.sig>


More information about the libvir-list mailing list