| 1 |
/* |
/* |
| 2 |
ccid.c: CCID common code |
ccid.c: CCID common code |
| 3 |
Copyright (C) 2003 Ludovic Rousseau |
Copyright (C) 2003-2005 Ludovic Rousseau |
| 4 |
|
|
| 5 |
This library is free software; you can redistribute it and/or |
This library is free software; you can redistribute it and/or |
| 6 |
modify it under the terms of the GNU Lesser General Public |
modify it under the terms of the GNU Lesser General Public |
| 229 |
text = "Unknown CCID error"; |
text = "Unknown CCID error"; |
| 230 |
break; |
break; |
| 231 |
} |
} |
| 232 |
debug_msg("%s:%d:%s %s", file, line, function, text); |
log_msg(PCSC_LOG_ERROR, "%s:%d:%s %s", file, line, function, text); |
| 233 |
|
|
| 234 |
} /* ccid_error */ |
} /* ccid_error */ |
| 235 |
|
|