[Pcsclite-cvs-commit] r2092 - trunk/Drivers/ccid/src

Ludovic Rousseau rousseau at costa.debian.org
Mon Jul 3 14:00:56 UTC 2006


Author: rousseau
Date: 2006-07-03 14:00:55 +0000 (Mon, 03 Jul 2006)
New Revision: 2092

Modified:
   trunk/Drivers/ccid/src/commands.c
Log:
CmdXfrBlockTPDU_T1(): also log the length of the reception buffer


Modified: trunk/Drivers/ccid/src/commands.c
===================================================================
--- trunk/Drivers/ccid/src/commands.c	2006-07-03 13:59:13 UTC (rev 2091)
+++ trunk/Drivers/ccid/src/commands.c	2006-07-03 14:00:55 UTC (rev 2092)
@@ -1233,7 +1233,7 @@
 	RESPONSECODE return_value = IFD_SUCCESS;
 	int ret;
 
-	DEBUG_COMM2("T=1: %d bytes", tx_length);
+	DEBUG_COMM3("T=1: %d and %d bytes", tx_length, *rx_length);
 
 	ret = t1_transceive(&((get_ccid_slot(reader_index)) -> t1), 0,
 		tx_buffer, tx_length, rx_buffer, *rx_length);




More information about the Pcsclite-cvs-commit mailing list