Show
Ignore:
Timestamp:
11/09/07 08:29:15 (14 months ago)
Author:
ludovic.rousseau
Message:

setcos_match_card(): replace sc_error() by sc_debug() since some cards
are not SetCOS bug respond to the APDU: 00 CA DF 30 05

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/libopensc/card-setcos.c

    r3085 r3291  
    126126                        else { 
    127127                                buf[sizeof(buf) - 1] = '\0'; 
    128                                 sc_error(card->ctx, "SetCOS EID applet %s is not supported", (char *) buf); 
     128                                sc_debug(card->ctx, "SetCOS EID applet %s is not supported", (char *) buf); 
    129129                                return 0; 
    130130                        }