]> git.proxmox.com Git - qemu.git/blobdiff - net.c
xen: fix xen-mapcache build on non-Xen capable targets
[qemu.git] / net.c
diff --git a/net.c b/net.c
index a104976b0b65814cb217c3fd9902f6e4ac2c9b8d..66123ad409e53efa3459d30ef022b7d05ce1d2e1 100644 (file)
--- a/net.c
+++ b/net.c
@@ -710,7 +710,7 @@ int qemu_find_nic_model(NICInfo *nd, const char * const *models,
             return i;
     }
 
-    error_report("qemu: Unsupported NIC model: %s", nd->model);
+    error_report("Unsupported NIC model: %s", nd->model);
     return -1;
 }