[Pcsclite-cvs-commit] r2187 - trunk/PCSC/src

Ludovic Rousseau rousseau at costa.debian.org
Thu Oct 19 11:27:54 UTC 2006


Author: rousseau
Date: 2006-10-19 11:27:53 +0000 (Thu, 19 Oct 2006)
New Revision: 2187

Modified:
   trunk/PCSC/src/pcscdaemon.c
Log:
main(): do not use USE_RUN_PID in a Log message if it is not defined


Modified: trunk/PCSC/src/pcscdaemon.c
===================================================================
--- trunk/PCSC/src/pcscdaemon.c	2006-10-13 17:00:43 UTC (rev 2186)
+++ trunk/PCSC/src/pcscdaemon.c	2006-10-19 11:27:53 UTC (rev 2187)
@@ -356,7 +356,9 @@
 		{
 			if (HotPlug)
 			{
+#ifdef USE_RUN_PID
 				Log1(PCSC_LOG_CRITICAL, "file " USE_RUN_PID " do not exist");
+#endif
 				Log1(PCSC_LOG_CRITICAL, "Hotplug failed");
 				return EXIT_FAILURE;
 			}




More information about the Pcsclite-cvs-commit mailing list