From: Eduardo Elias Ferreira <edusf@linux.vnet.ibm.com>
To: qemu-trivial@nongnu.org
Subject: [Qemu-trivial] [PATCH] spice-qemu-char.c: Show what name is unsupported
Date: Thu, 12 Apr 2012 12:56:00 -0300 [thread overview]
Message-ID: <1334246160-17278-1-git-send-email-edusf@linux.vnet.ibm.com> (raw)
---
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
next reply other threads:[~2012-04-15 12:41 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-12 15:56 Eduardo Elias Ferreira [this message]
2012-04-16 10:28 ` [Qemu-trivial] [PATCH] spice-qemu-char.c: Show what name is unsupported 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1334246160-17278-1-git-send-email-edusf@linux.vnet.ibm.com \
--to=edusf@linux.vnet.ibm.com \
--cc=qemu-trivial@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).