qemu-trivial.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-trivial] [PATCH] spice-qemu-char.c: Show what name is unsupported
@ 2012-04-12 15:56 Eduardo Elias Ferreira
  2012-04-16 10:28 ` Stefan Hajnoczi
  2012-04-16 10:30 ` Stefan Hajnoczi
  0 siblings, 2 replies; 5+ messages in thread
From: Eduardo Elias Ferreira @ 2012-04-12 15:56 UTC (permalink / raw)
  To: qemu-trivial

---
 spice-qemu-char.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/spice-qemu-char.c b/spice-qemu-char.c
index 9bab4ac..ef44bc0 100644
--- a/spice-qemu-char.c
+++ b/spice-qemu-char.c
@@ -233,7 +233,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;
     }
-- 
1.7.1



^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [Qemu-trivial] [PATCH] spice-qemu-char.c: Show what name is unsupported
@ 2012-04-16 12:51 Eduardo Elias Ferreira
  2012-04-16 14:19 ` Stefan Hajnoczi
  0 siblings, 1 reply; 5+ messages in thread
From: Eduardo Elias Ferreira @ 2012-04-16 12:51 UTC (permalink / raw)
  To: qemu-trivial


Signed-off-by: Eduardo Elias Ferreira <edusf@linux.vnet.ibm.com>
---
 spice-qemu-char.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/spice-qemu-char.c b/spice-qemu-char.c
index 9bab4ac..ef44bc0 100644
--- a/spice-qemu-char.c
+++ b/spice-qemu-char.c
@@ -233,7 +233,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;
     }
-- 
1.7.1



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-04-16 14:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-12 15:56 [Qemu-trivial] [PATCH] spice-qemu-char.c: Show what name is unsupported Eduardo Elias Ferreira
2012-04-16 10:28 ` Stefan Hajnoczi
2012-04-16 10:30 ` Stefan Hajnoczi
  -- strict thread matches above, loose matches on Subject: below --
2012-04-16 12:51 Eduardo Elias Ferreira
2012-04-16 14:19 ` Stefan Hajnoczi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).