[Pcsclite-cvs-commit] r6353 - /trunk/PCSC/src/hotplug_libudev.c

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Mon Jun 25 12:40:58 UTC 2012


Author: rousseau
Date: Mon Jun 25 12:40:58 2012
New Revision: 6353

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=6353
Log:
HPRescanUsbBus(): Display the full name of the removed reader

Modified:
    trunk/PCSC/src/hotplug_libudev.c

Modified: trunk/PCSC/src/hotplug_libudev.c
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/src/hotplug_libudev.c?rev=6353&op=diff
==============================================================================
--- trunk/PCSC/src/hotplug_libudev.c (original)
+++ trunk/PCSC/src/hotplug_libudev.c Mon Jun 25 12:40:58 2012
@@ -504,9 +504,8 @@
 		if ((READER_ABSENT == readerTracker[i].status)
 			&& (readerTracker[i].fullName != NULL))
 		{
-
-			Log3(PCSC_LOG_INFO, "Removing USB device[%d]: %s", i,
-				readerTracker[i].devpath);
+			Log4(PCSC_LOG_INFO, "Removing USB device[%d]: %s at %s", i,
+				readerTracker[i].fullName, readerTracker[i].devpath);
 
 			RFRemoveReader(readerTracker[i].fullName,
 				PCSCLITE_HP_BASE_PORT + i);




More information about the Pcsclite-cvs-commit mailing list