fix error message spacing in qemuDomainDetachNetDevice

Move the space after the colon.
This commit is contained in:
Ján Tomko 2017-10-19 14:46:13 +02:00
parent 311f4069f9
commit 537e86f031

View 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;
}