/[pcsclite]/trunk/Drivers/ccid/src/ccid.c
ViewVC logotype

Diff of /trunk/Drivers/ccid/src/ccid.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1399 by rousseau, Mon Mar 14 18:56:53 2005 UTC revision 1411 by rousseau, Thu Mar 17 10:27:57 2005 UTC
# Line 1  Line 1 
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
# Line 229  void ccid_error(int error, char *file, i Line 229  void ccid_error(int error, char *file, i
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    

Legend:
Removed from v.1399  
changed lines
  Added in v.1411

  ViewVC Help
Powered by ViewVC 1.1.5