]> xenbits.xensource.com Git - libvirt.git/commit
libvirt: fix error message when connection can't be opened
authorJán Tomko <jtomko@redhat.com>
Tue, 26 Feb 2013 12:00:08 +0000 (13:00 +0100)
committerJán Tomko <jtomko@redhat.com>
Tue, 26 Feb 2013 14:01:03 +0000 (15:01 +0100)
commit633d859b7375ff33c8307addf92683bc05ac8798
treebab5474334c9822e4ec0a719af8d6e3ba32422b0
parent45dc3f1703d3510b645eb345b915c02f2317a113
libvirt: fix error message when connection can't be opened

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