From 713505c800a9dad3f320198377651816da75f50c Mon Sep 17 00:00:00 2001 From: Yonit Halperin Date: Mon, 25 Jun 2012 09:35:54 +0300 Subject: smartcard: fix an error message --- server/smartcard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/smartcard.c') 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; -- cgit