[Pcsclite-cvs-commit] CVS Drivers/ccid/src/towitoko

CVS User rousseau ludovic.rousseau@free.fr
Thu, 17 Mar 2005 03:14:21 -0700


Update of /cvsroot/pcsclite/Drivers/ccid/src/towitoko
In directory haydn:/tmp/cvs-serv13661/src/towitoko

Modified Files:
	atr.c 
Log Message:
ATR_GetDefaultProtocol(): the message "no default protocol found in ATR.
Using T=0" is not CRITICAL but INFO only


--- /cvsroot/pcsclite/Drivers/ccid/src/towitoko/atr.c	2005/02/28 09:34:42	1.7
+++ /cvsroot/pcsclite/Drivers/ccid/src/towitoko/atr.c	2005/03/17 10:14:20	1.8
@@ -348,7 +348,7 @@
 
 	if (PROTOCOL_UNSET == *protocol)
 	{
-		DEBUG_CRITICAL("no default protocol found in ATR. Using T=0");
+		DEBUG_INFO("no default protocol found in ATR. Using T=0");
 		*protocol = ATR_PROTOCOL_TYPE_T0;
 	}