[Spice-devel] [PATCH spice-server 02/14] smartcard: fix an error message

Hans de Goede hdegoede at redhat.com
Mon Jul 2 02:56:54 PDT 2012


Looks good, ack.

On 06/27/2012 05:16 PM, Yonit Halperin wrote:
> ---
>   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;
>



More information about the Spice-devel mailing list