summaryrefslogtreecommitdiffstats
path: root/server/smartcard.c
diff options
context:
space:
mode:
authorYonit Halperin <yhalperi@redhat.com>2012-06-25 09:35:54 +0300
committerYonit Halperin <yhalperi@redhat.com>2012-07-03 14:13:40 +0300
commit713505c800a9dad3f320198377651816da75f50c (patch)
tree97dca28bc8071d264d6a14e44fa657b15f8355e2 /server/smartcard.c
parentb468f14e23a54e0e502aba59d6aaf4e797339845 (diff)
downloadspice-713505c800a9dad3f320198377651816da75f50c.tar.gz
spice-713505c800a9dad3f320198377651816da75f50c.tar.xz
spice-713505c800a9dad3f320198377651816da75f50c.zip
smartcard: fix an error message
Diffstat (limited to 'server/smartcard.c')
-rw-r--r--server/smartcard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/smartcard.c b/server/smartcard.c
index cb6b40bd..fcf210f9 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;