From: Ján Tomko Date: Thu, 19 Oct 2017 12:46:13 +0000 (+0200) Subject: fix error message spacing in qemuDomainDetachNetDevice X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=537e86f0313d073839738d5332d1987735dae914;p=libvirt.git fix error message spacing in qemuDomainDetachNetDevice Move the space after the colon. --- diff --git a/src/qemu/qemu_hotplug.c b/src/qemu/qemu_hotplug.c index 57240ce677..1a0844701f 100644 --- a/src/qemu/qemu_hotplug.c +++ b/src/qemu/qemu_hotplug.c @@ -5219,7 +5219,7 @@ qemuDomainDetachNetDevice(virQEMUDriverPtr driver, if (qemuIsMultiFunctionDevice(vm->def, &detach->info)) { virReportError(VIR_ERR_OPERATION_FAILED, - _("cannot hot unplug multifunction PCI device :%s"), + _("cannot hot unplug multifunction PCI device: %s"), dev->data.disk->dst); goto cleanup; }