summaryrefslogtreecommitdiffstats
path: root/server/smartcard.c
diff options
context:
space:
mode:
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;