]> xenbits.xensource.com Git - libvirt.git/commitdiff
fix error message spacing in qemuDomainDetachNetDevice
authorJán Tomko <jtomko@redhat.com>
Thu, 19 Oct 2017 12:46:13 +0000 (14:46 +0200)
committerJán Tomko <jtomko@redhat.com>
Thu, 19 Oct 2017 12:46:13 +0000 (14:46 +0200)
Move the space after the colon.

src/qemu/qemu_hotplug.c

index 57240ce67759091d7cddba902a4d202381e2ae3d..1a0844701ff360e3098e784932f7e9828dd2af49 100644 (file)
@@ -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;
     }