]> xenbits.xensource.com Git - libvirt.git/commitdiff
qemu: Fix copy&paste error in warning message
authorJiri Denemark <jdenemar@redhat.com>
Fri, 13 Aug 2010 14:44:27 +0000 (16:44 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Mon, 16 Aug 2010 19:37:13 +0000 (21:37 +0200)
This also makes the message consistent with the message used in error
path of qemudDomainAttachHostPciDevice.

src/qemu/qemu_driver.c

index f40686a4d7636a52cda219642b5f575738453783..054373a1a547c462a4e1f8101fc09035c65d1acb 100644 (file)
@@ -9042,7 +9042,7 @@ static int qemudDomainDetachHostPciDevice(struct qemud_driver *driver,
 
     if ((qemuCmdFlags & QEMUD_CMD_FLAG_DEVICE) &&
         qemuDomainPCIAddressReleaseAddr(priv->pciaddrs, &detach->info) < 0)
-        VIR_WARN0("Unable to release PCI address on controller");
+        VIR_WARN0("Unable to release PCI address on host device");
 
     if (vm->def->nhostdevs > 1) {
         memmove(vm->def->hostdevs + i,