Selaa lähdekoodia

spice-qemu-char.c: Show what name is unsupported

Signed-off-by: Eduardo Elias Ferreira <edusf@linux.vnet.ibm.com>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Eduardo Elias Ferreira 13 vuotta sitten
vanhempi
commit
4f5c017738
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      spice-qemu-char.c

+ 1 - 1
spice-qemu-char.c

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