]> git.proxmox.com Git - qemu.git/blobdiff - spice-qemu-char.c
ehci: Fix NULL ptr deref when unplugging an USB dev with an iso stream active
[qemu.git] / spice-qemu-char.c
index 1e735ffd090f5e5b0623a3f5432b3b284d1bc4c4..09aa22d5668ac7456ac59050c3b6948586a21d7c 100644 (file)
@@ -209,7 +209,7 @@ CharDriverState *qemu_chr_open_spice(QemuOpts *opts)
         }
     }
     if (subtype == NULL) {
-        fprintf(stderr, "spice-qemu-char: unsupported name\n");
+        fprintf(stderr, "spice-qemu-char: unsupported name: %s\n", name);
         print_allowed_subtypes();
         return NULL;
     }