diff --git a/src/libvirt.c b/src/libvirt.c index 934997a3a4ca344c72887d1250a44a2f1f792925..8a28e4a946bf72b67d7be69f6471d61442daf5f5 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; }