projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d61454
)
spice-qemu-char.c: Show what name is unsupported
author
Eduardo Elias Ferreira
<edusf@linux.vnet.ibm.com>
Mon, 16 Apr 2012 12:51:42 +0000
(09:51 -0300)
committer
Stefan Hajnoczi
<stefanha@linux.vnet.ibm.com>
Fri, 20 Apr 2012 12:14:53 +0000
(13:14 +0100)
Signed-off-by: Eduardo Elias Ferreira <edusf@linux.vnet.ibm.com>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
spice-qemu-char.c
patch
|
blob
|
history
diff --git
a/spice-qemu-char.c
b/spice-qemu-char.c
index 1e735ffd090f5e5b0623a3f5432b3b284d1bc4c4..09aa22d5668ac7456ac59050c3b6948586a21d7c 100644
(file)
--- a/
spice-qemu-char.c
+++ b/
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;
}