[Spice-devel] [PATCH spice-server 02/14] smartcard: fix an error message
Yonit Halperin
yhalperi at redhat.com
Wed Jun 27 08:16:40 PDT 2012
---
server/smartcard.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/server/smartcard.c b/server/smartcard.c
index cb6b40b..fcf210f 100644
--- a/server/smartcard.c
+++ b/server/smartcard.c
@@ -535,7 +535,7 @@ static void smartcard_init(void)
&channel_cbs);
if (!g_smartcard_channel) {
- spice_error("failed to allocate Inputs Channel");
+ spice_error("failed to allocate Smartcard Channel");
}
client_cbs.connect = smartcard_connect;
--
1.7.7.6
More information about the Spice-devel
mailing list